Skip to content

AddLabelToIssuePayload

No description

graphql
type AddLabelToIssuePayload {
  addedLabelEvent: AddedLabelEvent
}

Fields

AddLabelToIssuePayload.addedLabelEvent ● AddedLabelEvent object

The created event, if present

Returned By

addLabelToIssue mutation

Released under the MIT License.