Github API - Test Config

mutation closeIssue
issues

Close an issue.

Arguments
input CloseIssueInput

CloseIssueInput [input]

Autogenerated input type of CloseIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issueId ID

ID of the issue to be closed.

The reason the issue is to be closed.

API:
Github GraphQL API

Parameters for CloseIssue

Returns
CloseIssuePayload

CloseIssuePayload [object]

Autogenerated return type of CloseIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The issue that was closed.

API:
Github GraphQL API
API:
Github GraphQL API