OBJECT

UserChannelAvailability

link GraphQL Schema definition

  • type UserChannelAvailability {
  • isAvailable: Boolean!
  • # Whether the current channel is enabled for the user
  • isEnabled: Boolean!
  • currentConversationCount: Int!
  • # Maximum number of conversations that can be handled on the channel
  • maxConversationCount: Int!
  • }