AddLabelToIssueInput
Input for the addLabelToIssue mutation
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