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