Github API - Test Config

mutation reopenPullRequest

Reopen a pull request.

Arguments
input ReopenPullRequestInput

ReopenPullRequestInput [input]

Autogenerated input type of ReopenPullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequestId ID

ID of the pull request to be reopened.

API:
Github GraphQL API

Parameters for ReopenPullRequest

Returns
ReopenPullRequestPayload

ReopenPullRequestPayload [object]

Autogenerated return type of ReopenPullRequest

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

pullRequest PullRequest

The pull request that was reopened.

API:
Github GraphQL API
API:
Github GraphQL API