OBJECT

ProductionIndicator

link GraphQL Schema definition

  • type ProductionIndicator {
  • # Number of pending conversations
  • pendingConversationsCount: Int
  • # Number of snoozed conversations
  • snoozedConversationsCount: Int
  • # Number of ongoing conversations
  • onGoingConversationsCount: Int
  • # Number of users currently connected to the desk
  • connectedUsersCount: Int @deprecated( reason: "Use connectedUsersIndicator.connectedUsersCount instead" )
  • }

link Require by