ENUM
DeploymentState
The possible deployment states.
link GraphQL Schema definition
- enum DeploymentState {
- # The deployment is pending.
- # The deployment was successful.
- # The deployment has failed.
- # The deployment is inactive.
- # The deployment experienced an error.
- }