Github API - Test Config

ApproveDeploymentsPayload [object]

Autogenerated return type of ApproveDeployments

Attributes
clientMutationId 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 unique identifier for the client performing the mutation.

deployments 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

The affected deployments.

API:
Github GraphQL API