Commit 4ad9362b authored by Alex Kalderimis's avatar Alex Kalderimis

Update errors field description

This changes the errors field description to mention that they are not
necessarily absent on failure.
parent 08654a6e
......@@ -9,7 +9,7 @@ module Mutations
field :errors, [GraphQL::STRING_TYPE],
null: false,
description: "Reasons why the mutation failed."
description: "Errors encountered during execution of the mutation."
def current_user
context[:current_user]
......
......@@ -33,7 +33,7 @@ type AddAwardEmojiPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -63,7 +63,7 @@ type AddProjectToSecurityDashboardPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -128,7 +128,7 @@ type AdminSidekiqQueuesDeleteJobsPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -756,7 +756,7 @@ type BoardListUpdateLimitMetricsPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -935,7 +935,7 @@ type CreateBranchPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -975,7 +975,7 @@ type CreateDiffNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1060,7 +1060,7 @@ type CreateEpicPayload {
epic: Epic
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -1100,7 +1100,7 @@ type CreateImageDiffNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1145,7 +1145,7 @@ type CreateNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1185,7 +1185,7 @@ type CreateRequirementPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1245,7 +1245,7 @@ type CreateSnippetPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1790,7 +1790,7 @@ type DesignManagementDeletePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1840,7 +1840,7 @@ type DesignManagementUploadPayload {
designs: [Design!]!
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2030,7 +2030,7 @@ type DestroyNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2065,7 +2065,7 @@ type DestroySnippetPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2394,7 +2394,7 @@ type DismissVulnerabilityPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2947,7 +2947,7 @@ type EpicAddIssuePayload {
epicIssue: EpicIssue
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -3472,7 +3472,7 @@ type EpicSetSubscriptionPayload {
epic: Epic
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -3581,7 +3581,7 @@ type EpicTreeReorderPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -4807,7 +4807,7 @@ type IssueSetConfidentialPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -4852,7 +4852,7 @@ type IssueSetDueDatePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -4897,7 +4897,7 @@ type IssueSetWeightPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5093,7 +5093,7 @@ type JiraImportStartPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5216,7 +5216,7 @@ type MarkAsSpamSnippetPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5763,7 +5763,7 @@ type MergeRequestSetAssigneesPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5813,7 +5813,7 @@ type MergeRequestSetLabelsPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5858,7 +5858,7 @@ type MergeRequestSetLockedPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5903,7 +5903,7 @@ type MergeRequestSetMilestonePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5948,7 +5948,7 @@ type MergeRequestSetSubscriptionPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5993,7 +5993,7 @@ type MergeRequestSetWipPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -8487,7 +8487,7 @@ type RemoveAwardEmojiPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -8517,7 +8517,7 @@ type RemoveProjectFromSecurityDashboardPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -9856,7 +9856,7 @@ type TodoMarkDonePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -9906,7 +9906,7 @@ type TodoRestoreManyPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -9926,7 +9926,7 @@ type TodoRestorePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -9988,7 +9988,7 @@ type TodosMarkAllDonePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10033,7 +10033,7 @@ type ToggleAwardEmojiPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10245,7 +10245,7 @@ type UpdateAlertStatusPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -10357,7 +10357,7 @@ type UpdateEpicPayload {
epic: Epic
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -10397,7 +10397,7 @@ type UpdateImageDiffNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10462,7 +10462,7 @@ type UpdateIssuePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10502,7 +10502,7 @@ type UpdateNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10552,7 +10552,7 @@ type UpdateRequirementPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10612,7 +10612,7 @@ type UpdateSnippetPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......
......@@ -93,7 +93,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -181,7 +181,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -343,7 +343,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -1998,7 +1998,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -2502,7 +2502,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -2618,7 +2618,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -2840,7 +2840,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -2956,7 +2956,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -3082,7 +3082,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -3198,7 +3198,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -3358,7 +3358,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -4980,7 +4980,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -5144,7 +5144,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -5651,7 +5651,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -5753,7 +5753,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -6760,7 +6760,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -8320,7 +8320,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -9851,7 +9851,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -10095,7 +10095,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -13411,7 +13411,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -13541,7 +13541,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -13671,7 +13671,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -14122,7 +14122,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -14523,7 +14523,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16116,7 +16116,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16264,7 +16264,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16394,7 +16394,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16520,7 +16520,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16650,7 +16650,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16780,7 +16780,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -24904,7 +24904,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -24992,7 +24992,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29360,7 +29360,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29509,7 +29509,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29588,7 +29588,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29744,7 +29744,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29886,7 +29886,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -30506,7 +30506,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -30789,7 +30789,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -30897,7 +30897,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31063,7 +31063,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31179,7 +31179,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31315,7 +31315,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31467,7 +31467,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......
......@@ -24,7 +24,7 @@ Autogenerated return type of AddAwardEmoji
| --- | ---- | ---------- |
| `awardEmoji` | AwardEmoji | The award emoji after mutation |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## AddProjectToSecurityDashboardPayload
......@@ -33,7 +33,7 @@ Autogenerated return type of AddProjectToSecurityDashboard
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `project` | Project | Project that was added to the Instance Security Dashboard |
## AdminSidekiqQueuesDeleteJobsPayload
......@@ -43,7 +43,7 @@ Autogenerated return type of AdminSidekiqQueuesDeleteJobs
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `result` | DeleteJobsResponse | Information about the status of the deletion request |
## AlertManagementAlert
......@@ -136,7 +136,7 @@ Autogenerated return type of BoardListUpdateLimitMetrics
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `list` | BoardList | The updated list |
## Branch
......@@ -171,7 +171,7 @@ Autogenerated return type of CreateBranch
| --- | ---- | ---------- |
| `branch` | Branch | Branch after mutation |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## CreateDiffNotePayload
......@@ -180,7 +180,7 @@ Autogenerated return type of CreateDiffNote
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `note` | Note | The note after mutation |
## CreateEpicPayload
......@@ -191,7 +191,7 @@ Autogenerated return type of CreateEpic
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `epic` | Epic | The created epic |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## CreateImageDiffNotePayload
......@@ -200,7 +200,7 @@ Autogenerated return type of CreateImageDiffNote
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `note` | Note | The note after mutation |
## CreateNotePayload
......@@ -210,7 +210,7 @@ Autogenerated return type of CreateNote
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `note` | Note | The note after mutation |
## CreateRequirementPayload
......@@ -220,7 +220,7 @@ Autogenerated return type of CreateRequirement
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `requirement` | Requirement | The requirement after mutation |
## CreateSnippetPayload
......@@ -230,7 +230,7 @@ Autogenerated return type of CreateSnippet
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `snippet` | Snippet | The snippet after mutation |
## DeleteJobsResponse
......@@ -305,7 +305,7 @@ Autogenerated return type of DesignManagementDelete
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `version` | DesignVersion | The new version in which the designs are deleted |
## DesignManagementUploadPayload
......@@ -316,7 +316,7 @@ Autogenerated return type of DesignManagementUpload
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `designs` | Design! => Array | The designs that were uploaded by the mutation |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `skippedDesigns` | Design! => Array | Any designs that were skipped from the upload due to there being no change to their content since their last version |
## DesignVersion
......@@ -336,7 +336,7 @@ Autogenerated return type of DestroyNote
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `note` | Note | The note after mutation |
## DestroySnippetPayload
......@@ -346,7 +346,7 @@ Autogenerated return type of DestroySnippet
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `snippet` | Snippet | The snippet after mutation |
## DetailedStatus
......@@ -401,7 +401,7 @@ Autogenerated return type of DismissVulnerability
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `vulnerability` | Vulnerability | The vulnerability after dismissal |
## Environment
......@@ -466,7 +466,7 @@ Autogenerated return type of EpicAddIssue
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `epic` | Epic | The epic after mutation |
| `epicIssue` | EpicIssue | The epic-issue relation |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## EpicDescendantCount
......@@ -562,7 +562,7 @@ Autogenerated return type of EpicSetSubscription
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `epic` | Epic | The epic after mutation |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## EpicTreeReorderPayload
......@@ -571,7 +571,7 @@ Autogenerated return type of EpicTreeReorder
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## GeoNode
......@@ -699,7 +699,7 @@ Autogenerated return type of IssueSetConfidential
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `issue` | Issue | The issue after mutation |
## IssueSetDueDatePayload
......@@ -709,7 +709,7 @@ Autogenerated return type of IssueSetDueDate
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `issue` | Issue | The issue after mutation |
## IssueSetWeightPayload
......@@ -719,7 +719,7 @@ Autogenerated return type of IssueSetWeight
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `issue` | Issue | The issue after mutation |
## JiraImport
......@@ -738,7 +738,7 @@ Autogenerated return type of JiraImportStart
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `jiraImport` | JiraImport | The Jira import data after mutation |
## JiraService
......@@ -766,7 +766,7 @@ Autogenerated return type of MarkAsSpamSnippet
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `snippet` | Snippet | The snippet after mutation |
## MergeRequest
......@@ -845,7 +845,7 @@ Autogenerated return type of MergeRequestSetAssignees
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `mergeRequest` | MergeRequest | The merge request after mutation |
## MergeRequestSetLabelsPayload
......@@ -855,7 +855,7 @@ Autogenerated return type of MergeRequestSetLabels
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `mergeRequest` | MergeRequest | The merge request after mutation |
## MergeRequestSetLockedPayload
......@@ -865,7 +865,7 @@ Autogenerated return type of MergeRequestSetLocked
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `mergeRequest` | MergeRequest | The merge request after mutation |
## MergeRequestSetMilestonePayload
......@@ -875,7 +875,7 @@ Autogenerated return type of MergeRequestSetMilestone
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `mergeRequest` | MergeRequest | The merge request after mutation |
## MergeRequestSetSubscriptionPayload
......@@ -885,7 +885,7 @@ Autogenerated return type of MergeRequestSetSubscription
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `mergeRequest` | MergeRequest | The merge request after mutation |
## MergeRequestSetWipPayload
......@@ -895,7 +895,7 @@ Autogenerated return type of MergeRequestSetWip
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `mergeRequest` | MergeRequest | The merge request after mutation |
## Metadata
......@@ -1179,7 +1179,7 @@ Autogenerated return type of RemoveAwardEmoji
| --- | ---- | ---------- |
| `awardEmoji` | AwardEmoji | The award emoji after mutation |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## RemoveProjectFromSecurityDashboardPayload
......@@ -1188,7 +1188,7 @@ Autogenerated return type of RemoveProjectFromSecurityDashboard
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## Repository
......@@ -1482,7 +1482,7 @@ Autogenerated return type of TodoMarkDone
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `todo` | Todo! | The requested todo |
## TodoRestoreManyPayload
......@@ -1492,7 +1492,7 @@ Autogenerated return type of TodoRestoreMany
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `updatedIds` | ID! => Array | The ids of the updated todo items |
## TodoRestorePayload
......@@ -1502,7 +1502,7 @@ Autogenerated return type of TodoRestore
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `todo` | Todo! | The requested todo |
## TodosMarkAllDonePayload
......@@ -1512,7 +1512,7 @@ Autogenerated return type of TodosMarkAllDone
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `updatedIds` | ID! => Array | Ids of the updated todos |
## ToggleAwardEmojiPayload
......@@ -1523,7 +1523,7 @@ Autogenerated return type of ToggleAwardEmoji
| --- | ---- | ---------- |
| `awardEmoji` | AwardEmoji | The award emoji after mutation |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `toggledOn` | Boolean! | Indicates the status of the emoji. True if the toggle awarded the emoji, and false if the toggle removed the emoji. |
## Tree
......@@ -1554,7 +1554,7 @@ Autogenerated return type of UpdateAlertStatus
| --- | ---- | ---------- |
| `alert` | AlertManagementAlert | The alert after mutation |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## UpdateEpicPayload
......@@ -1564,7 +1564,7 @@ Autogenerated return type of UpdateEpic
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `epic` | Epic | The epic after mutation |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
## UpdateImageDiffNotePayload
......@@ -1573,7 +1573,7 @@ Autogenerated return type of UpdateImageDiffNote
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `note` | Note | The note after mutation |
## UpdateIssuePayload
......@@ -1583,7 +1583,7 @@ Autogenerated return type of UpdateIssue
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `issue` | Issue | The issue after mutation |
## UpdateNotePayload
......@@ -1593,7 +1593,7 @@ Autogenerated return type of UpdateNote
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `note` | Note | The note after mutation |
## UpdateRequirementPayload
......@@ -1603,7 +1603,7 @@ Autogenerated return type of UpdateRequirement
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `requirement` | Requirement | The requirement after mutation |
## UpdateSnippetPayload
......@@ -1613,7 +1613,7 @@ Autogenerated return type of UpdateSnippet
| Name | Type | Description |
| --- | ---- | ---------- |
| `clientMutationId` | String | A unique identifier for the client performing the mutation. |
| `errors` | String! => Array | Reasons why the mutation failed. |
| `errors` | String! => Array | Errors encountered during execution of the mutation. |
| `snippet` | Snippet | The snippet after mutation |
## User
......
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