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