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