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