Github API - Test Config

mutation closePullRequest

Close a pull request.

Arguments
input ClosePullRequestInput

ClosePullRequestInput [input]

Autogenerated input type of ClosePullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestId ID

ID of the pull request to be closed.

API:
Github GraphQL API

Parameters for ClosePullRequest

Returns
ClosePullRequestPayload

ClosePullRequestPayload [object]

Autogenerated return type of ClosePullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The pull request that was closed.

API:
Github GraphQL API
API:
Github GraphQL API