RemoveAffectedEntityFromIssueInput
Input for the removeAffectedEntityFromIssue mutation
input RemoveAffectedEntityFromIssueInput {
affectedEntity: ID!
issue: ID!
}
Fields
RemoveAffectedEntityFromIssueInput.affectedEntity
● ID!
non-null scalar
The id of the AffectedByIssue which is no longer affected by the Issue
RemoveAffectedEntityFromIssueInput.issue
● ID!
non-null scalar
The id of the Issue which no longer affects the entity
Member of
removeAffectedEntityFromIssue
mutation