Commit 942746b8 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'pl-fix-graphql-docs' into 'master'

Fix generated GraphQL docs

See merge request gitlab-org/gitlab!49748
parents 049e898d 450cf28c
......@@ -15750,11 +15750,6 @@ type Pipeline {
"""
before: String
"""
Filter query for given domain
"""
domain: AlertManagementDomainFilter! = operations
"""
Returns the first _n_ elements from the list.
"""
......@@ -16107,6 +16102,11 @@ type Project {
"""
before: String
"""
Filter query for given domain
"""
domain: AlertManagementDomainFilter! = operations
"""
Returns the first _n_ elements from the list.
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment