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