Github API - Test Config

mutation pinIssue
issues

Pin an issue to a repository

Arguments
input PinIssueInput

PinIssueInput [input]

Autogenerated input type of PinIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issueId ID

The ID of the issue to be pinned

API:
Github GraphQL API

Parameters for PinIssue

Returns
PinIssuePayload

PinIssuePayload [object]

Autogenerated return type of PinIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The issue that was pinned

API:
Github GraphQL API
API:
Github GraphQL API