RemoveIssueFromTrackableInput
Input for the removeIssueFromTrackable mutation
input RemoveIssueFromTrackableInput {
issue: ID!
trackable: ID!
}
Fields
RemoveIssueFromTrackableInput.issue
● ID!
non-null scalar
The id of the Issue to remove from the Trackable
RemoveIssueFromTrackableInput.trackable
● ID!
non-null scalar
The id of the Trackable where to remove the Issue
Member of
removeIssueFromTrackable
mutation