Github API - Test Config

DeploymentConnection [object]

The connection type for Deployment.

Attributes
edges DeploymentEdge []

DeploymentEdge [object]

An edge in a connection.

Attributes
cursor String

A cursor for use in pagination.

node Deployment

The item at the end of the edge.

API:
Github GraphQL API

A list of edges.

nodes Deployment []

Deployment [object]

Represents triggered deployment instance.

Implements
Node
Attributes
commit Commit

Identifies the commit sha of the deployment.

commitOid String

Identifies the oid of the deployment commit, even if the commit has been deleted.

createdAt DateTime

Identifies the date and time when the object was created.

creator Actor

Identifies the actor who triggered the deployment.

databaseId Int

Identifies the primary key from the database.

description String

The deployment description.

environment String

The latest environment to which this deployment was made.

id ID

The Node ID of the Deployment object

latestEnvironment String

The latest environment to which this deployment was made.

latestStatus DeploymentStatus

The latest status of this deployment.

originalEnvironment String

The original environment to which this deployment was made.

payload String

Extra information that a deployment system might need.

ref Ref

Identifies the Ref of the deployment, if the deployment was created by ref.

repository Repository

Identifies the repository associated with the deployment.

The current state of the deployment.

A list of statuses associated with the deployment.

task String

The deployment task.

updatedAt DateTime

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

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.

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