ENUM

UserAvailabilityStatus

Whether the user is available or not

link GraphQL Schema definition

  • enum UserAvailabilityStatus {
  • # The user is not available for a given channel
  • AVAILABLE
  • # The user is available for a given channel
  • UNAVAILABLE
  • }