Skip to content

RemoveLabelFromIssuePayload

No description

graphql
type RemoveLabelFromIssuePayload {
  removedLabelEvent: RemovedLabelEvent
}

Fields

RemoveLabelFromIssuePayload.removedLabelEvent ● RemovedLabelEvent object

The created event, if present

Returned By

removeLabelFromIssue mutation

Released under the MIT License.