ENUM

DeploymentState

The possible deployment states.

link GraphQL Schema definition

  • enum DeploymentState {
  • # The deployment is pending.
  • PENDING
  • # The deployment was successful.
  • SUCCESS
  • # The deployment has failed.
  • FAILURE
  • # The deployment is inactive.
  • INACTIVE
  • # The deployment experienced an error.
  • ERROR
  • }