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