AddIssueToPinnedIssuesInput
Input for the addIssueToPinnedIssues mutation
input AddIssueToPinnedIssuesInput {
issue: ID!
trackable: ID!
}
Fields
AddIssueToPinnedIssuesInput.issue ● ID! non-null scalar
The id of the Issue to pin
AddIssueToPinnedIssuesInput.trackable ● ID! non-null scalar
The id of the Trackable where the Issue should be pinned
Member of
addIssueToPinnedIssues mutation