OBJECT
The connection type for User.
type UserConnection {cursors: [String!]! # A list of edges.edges: [UserEdge] # A list of nodes.nodes: [User] # Information to aid in pagination.pageInfo: PageInfo! totalCount: Int! }