Github API - Test Config

CheckSuiteConnection [object]

The connection type for CheckSuite.

Attributes
edges CheckSuiteEdge []

CheckSuiteEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node CheckSuite

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes 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

A list of nodes.

pageInfo PageInfo

PageInfo [object]

Information about pagination in a connection.

Attributes
endCursor String

When paginating forwards, the cursor to continue.

hasNextPage Boolean

When paginating forwards, are there more items?

hasPreviousPage Boolean

When paginating backwards, are there more items?

startCursor String

When paginating backwards, the cursor to continue.

API:
Github GraphQL API

Information to aid in pagination.

totalCount Int

Int [scalar]

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

API:
Github GraphQL API

Identifies the total count of items in the connection.

API:
Github GraphQL API