Github API - Test Config

mutation reopenIssue
issues

Reopen a issue.

Arguments
input ReopenIssueInput

ReopenIssueInput [input]

Autogenerated input type of ReopenIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issueId ID

ID of the issue to be opened.

API:
Github GraphQL API

Parameters for ReopenIssue

Returns
ReopenIssuePayload

ReopenIssuePayload [object]

Autogenerated return type of ReopenIssue

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

issue Issue

The issue that was opened.

API:
Github GraphQL API
API:
Github GraphQL API