Commit 450cf28c authored by Peter Leitzen's avatar Peter Leitzen

Fix generated GraphQL docs

parent 2e4f43e5
...@@ -15750,11 +15750,6 @@ type Pipeline { ...@@ -15750,11 +15750,6 @@ type Pipeline {
""" """
before: String before: String
"""
Filter query for given domain
"""
domain: AlertManagementDomainFilter! = operations
""" """
Returns the first _n_ elements from the list. Returns the first _n_ elements from the list.
""" """
...@@ -16107,6 +16102,11 @@ type Project { ...@@ -16107,6 +16102,11 @@ type Project {
""" """
before: String before: String
"""
Filter query for given domain
"""
domain: AlertManagementDomainFilter! = operations
""" """
Returns the first _n_ elements from the list. 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