Schema Documentation
PageConnection
Description
Connection to page Nodes
Fields
Field Name | Description |
---|---|
edges - [PageConnectionEdge!]! | A list of edges (relational context) between RootQuery and connected page Nodes |
nodes - [Page!]! | A list of connected page Nodes |
pageInfo - PageConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
PageConnection Types |
---|
Example
{"edges":[PageConnectionEdge],"nodes":[Page],"pageInfo":PageConnectionPageInfo}