Skip to content

AddLabelToIssueInput

Input for the addLabelToIssue mutation

graphql
input AddLabelToIssueInput {
  issue: ID!
  label: ID!
}

Fields

AddLabelToIssueInput.issue ● ID! non-null scalar

The id of the Issue where to add the Label

AddLabelToIssueInput.label ● ID! non-null scalar

The id of the Label to add

Member Of

addLabelToIssue mutation

Released under the MIT License.