Skip to content

RemoveIssueFromPinnedIssuesInput ​

Input for the removeIssueFromPinnedIssues mutation

graphql
input RemoveIssueFromPinnedIssuesInput {
  issue: ID!
  trackable: ID!
}

Fields ​

RemoveIssueFromPinnedIssuesInput.issue ● ID! non-null scalar ​

The id of the Issue to unpin

RemoveIssueFromPinnedIssuesInput.trackable ● ID! non-null scalar ​

The id of the Trackable where the Issue should be unpinned

Member Of ​

removeIssueFromPinnedIssues mutation

Released under the MIT License.