OBJECT
The connection type for Ref.
type RefConnection {# A list of edges.edges: [RefEdge] # A list of nodes.nodes: [Ref] # Information to aid in pagination.pageInfo: PageInfo! # Identifies the total count of items in the connection.totalCount: Int! }