Skip to content

RemoveArtefactFromIssuePayload

No description

graphql
type RemoveArtefactFromIssuePayload {
  removedArtefactEvent: RemovedArtefactEvent
}

Fields

RemoveArtefactFromIssuePayload.removedArtefactEvent ● RemovedArtefactEvent object

The created event, if present

Returned By

removeArtefactFromIssue mutation

Released under the MIT License.