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