Github API - Test Config

mutation unpinIssue
issues

Unpin a pinned issue from a repository

Arguments
input UnpinIssueInput

UnpinIssueInput [input]

Autogenerated input type of UnpinIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issueId ID

The ID of the issue to be unpinned

API:
Github GraphQL API

Parameters for UnpinIssue

Returns
UnpinIssuePayload

UnpinIssuePayload [object]

Autogenerated return type of UnpinIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

id ID

The id of the pinned issue that was unpinned

issue Issue

The issue that was unpinned

API:
Github GraphQL API
API:
Github GraphQL API