ENUM

ReleaseCalendarStatusFilterOption

The statuses of a release.

link GraphQL Schema definition

  • enum ReleaseCalendarStatusFilterOption {
  • # Delivered
  • DELIVERED
  • # Pending
  • PENDING
  • # Action Required
  • ACTION_REQUIRED
  • # Error
  • ERROR
  • # Denied
  • DENIED
  • # Downgraded
  • DOWNGRADED
  • }