Schema Documentation
ContentNodeConnection
Description
Connection to ContentNode Nodes
Fields
Field Name | Description |
---|---|
edges - [ContentNodeConnectionEdge!]! | A list of edges (relational context) between ContentType and connected ContentNode Nodes |
nodes - [ContentNode!]! | A list of connected ContentNode Nodes |
pageInfo - ContentNodeConnectionPageInfo! | Information about pagination in a connection. |
Possible Types
ContentNodeConnection Types |
---|
Example
{"edges":[ContentNodeConnectionEdge],"nodes":[ContentNode],"pageInfo":ContentNodeConnectionPageInfo}