RemoveIssueFromTrackableInput
Input for the removeIssueFromTrackable mutation
graphql
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