ENUM

DestinationStatuses

The destinations's status for a deployed broadcast

link GraphQL Schema definition

  • enum DestinationStatuses {
  • # error status
  • error
  • # delivered status
  • delivered
  • # pending status
  • pending
  • # not available status
  • not_available
  • }