Github API - Test Config

WorkflowRunEdge [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 WorkflowRun

WorkflowRun [object]

A workflow run.

Implements
NodeUniformResourceLocatable
Attributes
checkSuite CheckSuite

The check suite this workflow run belongs to.

createdAt DateTime

Identifies the date and time when the object was created.

databaseId Int

Identifies the primary key from the database.

deploymentReviews DeploymentReviewConnection

The log of deployment reviews

event String

The event that triggered the workflow run

The workflow file

id ID

The Node ID of the WorkflowRun object

pendingDeploymentRequests DeploymentRequestConnection

The pending deployment requests of all check runs in this workflow run

resourcePath URI

The HTTP path for this workflow run

runNumber Int

A number that uniquely identifies this workflow run in its parent workflow.

updatedAt DateTime

Identifies the date and time when the object was last updated.

url URI

The HTTP URL for this workflow run

workflow Workflow

The workflow executed in this workflow run.

API:
Github GraphQL API

The item at the end of the edge.

API:
Github GraphQL API