OBJECT
RoutingRuleRoutingGroupEdge
An edge in a connection.
link GraphQL Schema definition
- type RoutingRuleRoutingGroupEdge {
- # The item at the end of the edge.
- : RoutingGroup!
- # A cursor for use in pagination.
- : String!
- # Slots in conversation queue
- : Int!
- }