Skip to content

RemoveArtefactFromIssueInput ​

Input for the removeArtefactFromIssue mutation

graphql
input RemoveArtefactFromIssueInput {
  artefact: ID!
  issue: ID!
}

Fields ​

RemoveArtefactFromIssueInput.artefact ● ID! non-null scalar ​

The id of the Artefact to remove

RemoveArtefactFromIssueInput.issue ● ID! non-null scalar ​

The id of the Issue where to remove the Artefact

Member Of ​

removeArtefactFromIssue mutation

Released under the MIT License.