AddIssueToTrackableInput
Input for the addIssueToTrackable mutation
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