Github API - Test Config

CheckRunConnection [object]

The connection type for CheckRun.

Attributes
edges CheckRunEdge []

CheckRunEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node CheckRun

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes CheckRun []

CheckRun [object]

A check run.

Implements
NodeRequirableByPullRequestUniformResourceLocatable
Attributes

The check run's annotations

checkSuite CheckSuite

The check suite that this run is a part of.

completedAt DateTime

Identifies the date and time when the check run was completed.

The conclusion of the check run.

databaseId Int

Identifies the primary key from the database.

deployment Deployment

The corresponding deployment for this job, if any

detailsUrl URI

The URL from which to find full details of the check run on the integrator's site.

externalId String

A reference for the check run on the integrator's system.

id ID

The Node ID of the CheckRun object

isRequired Boolean

Whether this is required to pass before merging for a specific pull request.

name String

The name of the check for this check run.

pendingDeploymentRequest DeploymentRequest

Information about a pending deployment, if any, in this check run

permalink URI

The permalink to the check run summary.

repository Repository

The repository associated with this check run.

resourcePath URI

The HTTP path for this check run.

startedAt DateTime

Identifies the date and time when the check run was started.

The current status of the check run.

The check run's steps

summary String

A string representing the check run's summary

text String

A string representing the check run's text

title String

A string representing the check run

url URI

The HTTP URL for this check run.

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