OBJECT
A connection to a list of items.
type RuleConnection {# Information to aid in pagination.pageInfo: PageInfo! # A list of edges.edges: [RuleEdge] # A list of Rule nodes.nodes: [Rule!]! # The total count of items in the connection.totalCount: Int! }