Commit 2b5f958e authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-graphql-verify' into 'master'

Update graphql schema

See merge request gitlab-org/gitlab!53373
parents 1982e005 48bcbd0e
......@@ -27180,24 +27180,6 @@
},
"defaultValue": null
},
{
"name": "selectedFields",
"description": "List of selected requirements fields to be exported.",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
......@@ -27625,6 +27607,24 @@
},
"defaultValue": null
},
{
"name": "selectedFields",
"description": "List of selected requirements fields to be exported.",
"type": {
"kind": "LIST",
"name": null,
"ofType": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
}
},
"defaultValue": null
},
{
"name": "clientMutationId",
"description": "A unique identifier for the client performing the mutation.",
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