AddArtefactToIssueInput
Input for the addArtefactToIssue mutation
input AddArtefactToIssueInput {
artefact: ID!
issue: ID!
}
Fields
AddArtefactToIssueInput.artefact
● ID!
non-null scalar
The id of the Artefact to add
AddArtefactToIssueInput.issue
● ID!
non-null scalar
The id of the Issue where to add the Artefact
Member of
addArtefactToIssue
mutation