OBJECT
type UserChannelAvailability {isAvailable: Boolean! # Whether the current channel is enabled for the userisEnabled: Boolean! currentConversationCount: Int! # Maximum number of conversations that can be handled on the channelmaxConversationCount: Int! }