Github API - Test Config

mutation createCheckSuite

Create a check suite

Arguments
input CreateCheckSuiteInput

CreateCheckSuiteInput [input]

Autogenerated input type of CreateCheckSuite

Attributes
clientMutationId String

A unique identifier for the client performing the mutation.

headSha GitObjectID

The SHA of the head commit.

repositoryId ID

The Node ID of the repository.

API:
Github GraphQL API

Parameters for CreateCheckSuite

Returns
CreateCheckSuitePayload

CreateCheckSuitePayload [object]

Autogenerated return type of CreateCheckSuite

Attributes
checkSuite CheckSuite

The newly created check suite.

clientMutationId String

A unique identifier for the client performing the mutation.

API:
Github GraphQL API
API:
Github GraphQL API