"description":"Health status of an issue or epic",
"fields":null,
"inputFields":null,
"interfaces":null,
"enumValues":[
{
"name":"onTrack",
"description":null,
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"needsAttention",
"description":null,
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"atRisk",
"description":null,
"isDeprecated":false,
"deprecationReason":null
}
],
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"DesignConnection",
...
...
@@ -19453,6 +19482,33 @@
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"updateIssue",
"description":null,
"args":[
{
"name":"input",
"description":null,
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"INPUT_OBJECT",
"name":"UpdateIssueInput",
"ofType":null
}
},
"defaultValue":null
}
],
"type":{
"kind":"OBJECT",
"name":"UpdateIssuePayload",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"updateNote",
"description":"Updates a Note. If the body of the Note contains only quick actions, the Note will be destroyed during the update, and no Note will be returned",
...
...
@@ -20262,6 +20318,132 @@
"enumValues":null,
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"UpdateIssuePayload",
"description":"Autogenerated return type of UpdateIssue",
"fields":[
{
"name":"clientMutationId",
"description":"A unique identifier for the client performing the mutation.",
"args":[
],
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"errors",
"description":"Reasons why the mutation failed.",
"args":[
],
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"LIST",
"name":null,
"ofType":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
}
}
},
"isDeprecated":false,
"deprecationReason":null
},
{
"name":"issue",
"description":"The issue after mutation",
"args":[
],
"type":{
"kind":"OBJECT",
"name":"Issue",
"ofType":null
},
"isDeprecated":false,
"deprecationReason":null
}
],
"inputFields":null,
"interfaces":[
],
"enumValues":null,
"possibleTypes":null
},
{
"kind":"INPUT_OBJECT",
"name":"UpdateIssueInput",
"description":"Autogenerated input type of UpdateIssue",
"fields":null,
"inputFields":[
{
"name":"projectPath",
"description":"The project the issue to mutate is in",
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"ID",
"ofType":null
}
},
"defaultValue":null
},
{
"name":"iid",
"description":"The iid of the issue to mutate",
"type":{
"kind":"NON_NULL",
"name":null,
"ofType":{
"kind":"SCALAR",
"name":"String",
"ofType":null
}
},
"defaultValue":null
},
{
"name":"healthStatus",
"description":"The desired health status",
"type":{
"kind":"ENUM",
"name":"HealthStatus",
"ofType":null
},
"defaultValue":null
},
{
"name":"clientMutationId",
"description":"A unique identifier for the client performing the mutation.",
"type":{
"kind":"SCALAR",
"name":"String",
"ofType":null
},
"defaultValue":null
}
],
"interfaces":null,
"enumValues":null,
"possibleTypes":null
},
{
"kind":"OBJECT",
"name":"MergeRequestSetLabelsPayload",
...
...
@@ -23906,6 +24088,16 @@
},
"defaultValue":null
},
{
"name":"healthStatus",
"description":"The desired health status",
"type":{
"kind":"ENUM",
"name":"HealthStatus",
"ofType":null
},
"defaultValue":null
},
{
"name":"clientMutationId",
"description":"A unique identifier for the client performing the mutation.",