Schema Documentation
RootQueryToOrderConnection
Description
Connection between the RootQuery type and the Order type
Fields
| Field Name | Description | 
|---|---|
| edges-[RootQueryToOrderConnectionEdge!]! | Edges for the RootQueryToOrderConnection connection | 
| nodes-[Order!]! | The nodes of the connection, without the edges | 
| pageInfo-RootQueryToOrderConnectionPageInfo! | Information about pagination in a connection. | 
Example
{"edges":[RootQueryToOrderConnectionEdge],"nodes":[Order],"pageInfo":RootQueryToOrderConnectionPageInfo}