Github API - Test Config

CheckStepEdge [object]

An edge in a connection.

Attributes
cursor String

String [scalar]

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.

API:
Github GraphQL API

A cursor for use in pagination.

node CheckStep

CheckStep [object]

A single check step.

Attributes
completedAt DateTime

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

The conclusion of the check step.

externalId String

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

name String

The step's name.

number Int

The index of the step in the list of steps of the parent check run.

secondsToCompletion Int

Number of seconds to completion.

startedAt DateTime

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

The current status of the check step.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API