Schema Documentation

UserConnection

Description

Connection to User Nodes

Fields
Field NameDescription
edges - [UserConnectionEdge!]! A list of edges (relational context) between RootQuery and connected User Nodes
nodes - [User!]! A list of connected User Nodes
pageInfo - UserConnectionPageInfo! Information about pagination in a connection.
Possible Types
UserConnection Types

RootQueryToUserConnection

Example
{"edges":[UserConnectionEdge],"nodes":[User],"pageInfo":UserConnectionPageInfo}