Skip to content

AddIssueToPinnedIssuesInput

Input for the addIssueToPinnedIssues mutation

graphql
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

Released under the MIT License.