Schema Documentation
PageConnectionEdge
Description
Edge between a Node and a connected page
Fields
| Field Name | Description |
|---|---|
cursor - String | Opaque reference to the nodes position in the connection. Value can be used with pagination args. |
node - Page! | The connected page Node |
Possible Types
| PageConnectionEdge Types |
|---|
Example
{"cursor":"abc123","node":Page}