Commit 4a5ce587 authored by Matthias Käppler's avatar Matthias Käppler

Merge branch 'update_graphql_schema' into 'master'

Update GraphQL schema

See merge request gitlab-org/gitlab!51690
parents 371c16b2 3d6e3386
...@@ -48933,8 +48933,8 @@ ...@@ -48933,8 +48933,8 @@
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
"ofType": { "ofType": {
"kind": "OBJECT", "kind": "SCALAR",
"name": "PackageComposerJsonType", "name": "Time",
"ofType": null "ofType": null
} }
}, },
...@@ -49608,8 +49608,8 @@ ...@@ -49608,8 +49608,8 @@
"kind": "NON_NULL", "kind": "NON_NULL",
"name": null, "name": null,
"ofType": { "ofType": {
"kind": "SCALAR", "kind": "OBJECT",
"name": "Time", "name": "PackageComposerJsonType",
"ofType": null "ofType": null
} }
}, },
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