Schema Documentation
UserConnection
Description
Connection to User Nodes
Fields
Field Name | Description |
---|---|
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 |
---|
Example
{"edges":[UserConnectionEdge],"nodes":[User],"pageInfo":UserConnectionPageInfo}