Commit 71b2bd42 authored by Jan Provaznik's avatar Jan Provaznik

Merge branch 'ajk-mutation-errors' into 'master'

Update errors field description

See merge request gitlab-org/gitlab!31765
parents fc5393ff 4ad9362b
......@@ -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!]!
......@@ -940,7 +940,7 @@ type CreateBranchPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -980,7 +980,7 @@ type CreateDiffNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1065,7 +1065,7 @@ type CreateEpicPayload {
epic: Epic
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -1105,7 +1105,7 @@ type CreateImageDiffNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1150,7 +1150,7 @@ type CreateNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1190,7 +1190,7 @@ type CreateRequirementPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1250,7 +1250,7 @@ type CreateSnippetPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1795,7 +1795,7 @@ type DesignManagementDeletePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -1845,7 +1845,7 @@ type DesignManagementUploadPayload {
designs: [Design!]!
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2035,7 +2035,7 @@ type DestroyNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2070,7 +2070,7 @@ type DestroySnippetPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2399,7 +2399,7 @@ type DismissVulnerabilityPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -2952,7 +2952,7 @@ type EpicAddIssuePayload {
epicIssue: EpicIssue
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -3477,7 +3477,7 @@ type EpicSetSubscriptionPayload {
epic: Epic
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -3586,7 +3586,7 @@ type EpicTreeReorderPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -4817,7 +4817,7 @@ type IssueSetConfidentialPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -4862,7 +4862,7 @@ type IssueSetDueDatePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -4907,7 +4907,7 @@ type IssueSetWeightPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5103,7 +5103,7 @@ type JiraImportStartPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5226,7 +5226,7 @@ type MarkAsSpamSnippetPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5773,7 +5773,7 @@ type MergeRequestSetAssigneesPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5823,7 +5823,7 @@ type MergeRequestSetLabelsPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5868,7 +5868,7 @@ type MergeRequestSetLockedPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5913,7 +5913,7 @@ type MergeRequestSetMilestonePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -5958,7 +5958,7 @@ type MergeRequestSetSubscriptionPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -6003,7 +6003,7 @@ type MergeRequestSetWipPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -8497,7 +8497,7 @@ type RemoveAwardEmojiPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -8527,7 +8527,7 @@ type RemoveProjectFromSecurityDashboardPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -9876,7 +9876,7 @@ type TodoMarkDonePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -9926,7 +9926,7 @@ type TodoRestoreManyPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -9946,7 +9946,7 @@ type TodoRestorePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10008,7 +10008,7 @@ type TodosMarkAllDonePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10053,7 +10053,7 @@ type ToggleAwardEmojiPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10265,7 +10265,7 @@ type UpdateAlertStatusPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -10377,7 +10377,7 @@ type UpdateEpicPayload {
epic: Epic
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
}
......@@ -10417,7 +10417,7 @@ type UpdateImageDiffNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10482,7 +10482,7 @@ type UpdateIssuePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10522,7 +10522,7 @@ type UpdateNotePayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10572,7 +10572,7 @@ type UpdateRequirementPayload {
clientMutationId: String
"""
Reasons why the mutation failed.
Errors encountered during execution of the mutation.
"""
errors: [String!]!
......@@ -10632,7 +10632,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": [
],
......@@ -2516,7 +2516,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -2632,7 +2632,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -2854,7 +2854,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -2970,7 +2970,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -3096,7 +3096,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -3212,7 +3212,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -3372,7 +3372,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -4994,7 +4994,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -5158,7 +5158,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -5665,7 +5665,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -5767,7 +5767,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -6774,7 +6774,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -8334,7 +8334,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -9865,7 +9865,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -10109,7 +10109,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -13435,7 +13435,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -13565,7 +13565,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -13695,7 +13695,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -14146,7 +14146,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -14547,7 +14547,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16140,7 +16140,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16288,7 +16288,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16418,7 +16418,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16544,7 +16544,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16674,7 +16674,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -16804,7 +16804,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -24928,7 +24928,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -25016,7 +25016,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29416,7 +29416,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29565,7 +29565,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29644,7 +29644,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29800,7 +29800,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -29942,7 +29942,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -30562,7 +30562,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -30845,7 +30845,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -30953,7 +30953,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31119,7 +31119,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31235,7 +31235,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31371,7 +31371,7 @@
},
{
"name": "errors",
"description": "Reasons why the mutation failed.",
"description": "Errors encountered during execution of the mutation.",
"args": [
],
......@@ -31523,7 +31523,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
......@@ -172,7 +172,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
......@@ -181,7 +181,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
......@@ -192,7 +192,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
......@@ -201,7 +201,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
......@@ -211,7 +211,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
......@@ -221,7 +221,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
......@@ -231,7 +231,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
......@@ -306,7 +306,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
......@@ -317,7 +317,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
......@@ -337,7 +337,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
......@@ -347,7 +347,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
......@@ -402,7 +402,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
......@@ -467,7 +467,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
......@@ -563,7 +563,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
......@@ -572,7 +572,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
......@@ -700,7 +700,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
......@@ -710,7 +710,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
......@@ -720,7 +720,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
......@@ -739,7 +739,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
......@@ -767,7 +767,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
......@@ -846,7 +846,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
......@@ -856,7 +856,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
......@@ -866,7 +866,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
......@@ -876,7 +876,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
......@@ -886,7 +886,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
......@@ -896,7 +896,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
......@@ -1180,7 +1180,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
......@@ -1189,7 +1189,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
......@@ -1485,7 +1485,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
......@@ -1495,7 +1495,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
......@@ -1505,7 +1505,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
......@@ -1515,7 +1515,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
......@@ -1526,7 +1526,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
......@@ -1557,7 +1557,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
......@@ -1567,7 +1567,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
......@@ -1576,7 +1576,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
......@@ -1586,7 +1586,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
......@@ -1596,7 +1596,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
......@@ -1606,7 +1606,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
......@@ -1616,7 +1616,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