RemoveArtefactFromIssueInput
Input for the removeArtefactFromIssue mutation
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