Github API - Test Config

CreateCheckSuitePayload [object]

Autogenerated return type of CreateCheckSuite

Attributes
checkSuite CheckSuite

CheckSuite [object]

A check suite.

Implements
Node
Attributes
app App

The GitHub App which created this check suite.

branch Ref

The name of the branch for this check suite.

checkRuns CheckRunConnection

The check runs associated with a check suite.

commit Commit

The commit for this check suite

The conclusion of this check suite.

createdAt DateTime

Identifies the date and time when the object was created.

creator User

The user who triggered the check suite.

databaseId Int

Identifies the primary key from the database.

id ID

The Node ID of the CheckSuite object

matchingPullRequests PullRequestConnection

A list of open pull requests matching the check suite.

push Push

The push that triggered this check suite.

repository Repository

The repository associated with this check suite.

resourcePath URI

The HTTP path for this check suite

The status of this check suite.

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The HTTP URL for this check suite

workflowRun WorkflowRun

The workflow run associated with this check suite.

API:
Github GraphQL API

The newly created check suite.

clientMutationId String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A unique identifier for the client performing the mutation.

API:
Github GraphQL API