OBJECT
DeploymentStatus
Describes the status of a given deployment attempt.
link GraphQL Schema definition
- type DeploymentStatus implements Node {
- # Identifies the user who triggered the deployment.
- : User!
- # Identifies the deployment associated with status.
- : Deployment!
- # Identifies the description of the deployment.
- : String
- # Identifies the environment url of the deployment.
- : String
- : ID!
- # Identifies the log url of the deployment.
- : String
- # Identifies the current state of the deployment.
- : DeploymentState!
- }