Status

Represents a commit status.

Implements

Connections

combinedContexts (StatusCheckRollupContextConnection!)

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

Argument Type Description
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.

Fields

commit (Commit)

The commit this status is attached to.

context (StatusContext)

Looks up an individual status context by context name.

Argument Type Description
name String!

The context name.

contexts ([StatusContext!]!)

The individual status contexts for this commit.

id (ID!)
state (StatusState!)

The combined commit status.