Schema Documentation

RootQueryToUserConnection

Description

Connection between the RootQuery type and the User type

Fields
Field NameDescription
edges - [RootQueryToUserConnectionEdge!]! Edges for the RootQueryToUserConnection connection
nodes - [User!]! The nodes of the connection, without the edges
pageInfo - RootQueryToUserConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[RootQueryToUserConnectionEdge],"nodes":[User],"pageInfo":RootQueryToUserConnectionPageInfo}