RemoveLabelFromIssueInput
Input for the removeLabelFromIssue mutation
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