Deployment
No description
type Deployment {
id: ID!
status: String!
action: String!
message: String
params: JSON!
package: Package!
artifacts: [Artifact]
deployedBy: String
createdAt: DateTime!
updatedAt: DateTime!
lastTransitionedAt: DateTime
elapsedTime: Int!
}
Fields
Deployment.id
● ID!
non-null scalar
Deployment.status
● String!
non-null scalar
Deployment.action
● String!
non-null scalar
Deployment.message
● String
scalar
Deployment.params
● JSON!
non-null scalar
State of configuration at the time of the deployment
Deployment.package
● Package!
non-null object
Deployment.artifacts
● [Artifact]
list object
Deployment.deployedBy
● String
scalar
Deployment.createdAt
● DateTime!
non-null scalar
Deployment.updatedAt
● DateTime!
non-null scalar
Deployment.lastTransitionedAt
● DateTime
scalar
Deployment.elapsedTime
● Int!
non-null scalar
Elapsed time in seconds
Returned By
deployment
query ● deployments
query
Member Of
DeploymentLifecycleEvent
object ● DeploymentPayload
object ● ManifestResource
object ● Package
object ● PackageResource
object