Github API - Test Config

StatusCheckRollupContextConnection [object]

The connection type for StatusCheckRollupContext.

Attributes
checkRunCount 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

The number of check runs in this rollup.

checkRunCountsByState CheckRunStateCount []

CheckRunStateCount [object]

Represents a count of the state of a check run.

Attributes
count Int

The number of check runs with this state.

The state of a check run.

API:
Github GraphQL API

Counts of check runs by state.

edges StatusCheckRollupContextEdge []

StatusCheckRollupContextEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes StatusCheckRollupContext []

StatusCheckRollupContext [union]

Types that can be inside a StatusCheckRollup context.

Union
CheckRunStatusContext
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.

statusContextCount 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

The number of status contexts in this rollup.

statusContextCountsByState StatusContextStateCount []

StatusContextStateCount [object]

Represents a count of the state of a status context.

Attributes
count Int

The number of statuses with this state.

state StatusState

The state of a status context.

API:
Github GraphQL API

Counts of status contexts by state.

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