AddIssueToTrackableInput
Input for the addIssueToTrackable mutation
graphql
input AddIssueToTrackableInput {
issue: ID!
trackable: ID!
}Fields
AddIssueToTrackableInput.issue ● ID! non-null scalar
The id of the Issue to add to the Trackable
AddIssueToTrackableInput.trackable ● ID! non-null scalar
The id of the Trackable where to add the Issue
Member Of
addIssueToTrackable mutation