Skip to content

RemoveAffectedEntityFromIssuePayload

No description

graphql
type RemoveAffectedEntityFromIssuePayload {
  removedAffectedEntityEvent: RemovedAffectedEntityEvent
}

Fields

RemoveAffectedEntityFromIssuePayload.removedAffectedEntityEvent ● RemovedAffectedEntityEvent object

The created event, if present

Returned By

removeAffectedEntityFromIssue mutation

Released under the MIT License.