Schema Documentation

ContentTypeConnection

Description

Connection to ContentType Nodes

Fields
Field NameDescription
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.
Example
{"edges":[ContentTypeConnectionEdge],"nodes":[ContentType],"pageInfo":ContentTypeConnectionPageInfo}