Commit 4c510efb authored by Alex Kalderimis's avatar Alex Kalderimis Committed by Alex Kalderimis

Update GraphQL documentation

parent f2531819
......@@ -5155,7 +5155,7 @@ input DeleteAnnotationInput {
"""
The global ID of the annotation to delete
"""
id: ID!
id: MetricsDashboardAnnotationID!
}
"""
......@@ -13330,6 +13330,11 @@ type MetricsDashboardAnnotationEdge {
node: MetricsDashboardAnnotation
}
"""
Identifier of Metrics::Dashboard::Annotation
"""
scalar MetricsDashboardAnnotationID
"""
Represents a milestone
"""
......
......@@ -14067,7 +14067,7 @@
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "ID",
"name": "MetricsDashboardAnnotationID",
"ofType": null
}
},
......@@ -36649,6 +36649,16 @@
"enumValues": null,
"possibleTypes": null
},
{
"kind": "SCALAR",
"name": "MetricsDashboardAnnotationID",
"description": "Identifier of Metrics::Dashboard::Annotation",
"fields": null,
"inputFields": null,
"interfaces": null,
"enumValues": null,
"possibleTypes": null
},
{
"kind": "OBJECT",
"name": "Milestone",
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