Skip to content

RemoveLabelFromIssueInput

Input for the removeLabelFromIssue mutation

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

Fields

RemoveLabelFromIssueInput.issue ● ID! non-null scalar

The id of the Issue where to remove the Label

RemoveLabelFromIssueInput.label ● ID! non-null scalar

The id of the Label to remove

Member Of

removeLabelFromIssue mutation

Released under the MIT License.