OBJECT

RoutingRuleRoutingGroupEdge

An edge in a connection.

link GraphQL Schema definition

  • type RoutingRuleRoutingGroupEdge {
  • # The item at the end of the edge.
  • node: RoutingGroup!
  • # A cursor for use in pagination.
  • cursor: String!
  • # Slots in conversation queue
  • conversationQueueSlots: Int!
  • }