OBJECT
RuleGroupConnection
A connection to a list of items.
link GraphQL Schema definition
- type RuleGroupConnection {
- #   Information to aid in pagination.
- : PageInfo! 
- #   A list of edges.
- : [RuleGroupEdge] 
- #   A list of RuleGroup nodes.
- : [RuleGroup!]! 
- #   The total count of items in the connection.
- : Int! 
- }