Github API - Test Config

mutation rerequestCheckSuite

Rerequests an existing check suite.

Arguments
input RerequestCheckSuiteInput

RerequestCheckSuiteInput [input]

Autogenerated input type of RerequestCheckSuite

Attributes
checkSuiteId ID

The Node ID of the check suite.

clientMutationId String

A unique identifier for the client performing the mutation.

repositoryId ID

The Node ID of the repository.

API:
Github GraphQL API

Parameters for RerequestCheckSuite

Returns
RerequestCheckSuitePayload

RerequestCheckSuitePayload [object]

Autogenerated return type of RerequestCheckSuite

Attributes
checkSuite CheckSuite

The requested check suite.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API