ENUM
UserAvailabilityStatus
Whether the user is available or not
link GraphQL Schema definition
- enum UserAvailabilityStatus {
- # The user is not available for a given channel
- # The user is available for a given channel
- }
ENUM
Whether the user is available or not
- enum UserAvailabilityStatus {
- # The user is not available for a given channel
- # The user is available for a given channel
- }