DeploymentLeaf
A deployment returned in list results.
type DeploymentLeaf {
id: ID!
status: DeploymentStatus!
action: DeploymentAction!
version: String!
message: String
createdAt: DateTime!
updatedAt: DateTime!
lastTransitionedAt: DateTime
elapsedTime: Int!
deployedBy: String
package: PackageLeaf
}
Fields
DeploymentLeaf.id ● ID! non-null scalar
DeploymentLeaf.status ● DeploymentStatus! non-null enum
Current state of the deployment
DeploymentLeaf.action ● DeploymentAction! non-null enum
Type of operation
DeploymentLeaf.version ● String! non-null scalar
Bundle version being deployed
DeploymentLeaf.message ● String scalar
Deployment message or commit info
DeploymentLeaf.createdAt ● DateTime! non-null scalar
When this deployment started (UTC)
DeploymentLeaf.updatedAt ● DateTime! non-null scalar
When this deployment was last updated (UTC)
DeploymentLeaf.lastTransitionedAt ● DateTime scalar
When the status last changed (UTC)
DeploymentLeaf.elapsedTime ● Int! non-null scalar
How long the deployment has been running, in seconds.
DeploymentLeaf.deployedBy ● String scalar
Who started this deployment.
DeploymentLeaf.package ● PackageLeaf object
The package being deployed.
Member Of
DeploymentsPage object