Object GitHub::StatusCheckRollup

Represents the rollup for both the check runs and status for a commit.

Fields

commit: Commit

The commit the status and check runs are attached to.

contexts(after: String, before: String, first: Int, last: Int): StatusCheckRollupContextConnection!

A list of status contexts and check runs for this commit.

Args

after: String

Returns the elements in the list that come after the specified cursor.

before: String

Returns the elements in the list that come before the specified cursor.

first: Int

Returns the first n elements from the list.

last: Int

Returns the last n elements from the list.

id: ID!

state: StatusState!

The combined status for the commit.

Uses

Commit.statusCheckRollup

Node