Commit 48bcbd0e authored by Kyle Wiebers's avatar Kyle Wiebers

Update graphql schema

Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/301057
parent 1982e005
......@@ -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