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