Schema Documentation
RootQueryToContentTypeConnection
Description
Connection between the RootQuery type and the ContentType type
Fields
Field Name | Description |
---|---|
edges - [RootQueryToContentTypeConnectionEdge!]! | Edges for the RootQueryToContentTypeConnection connection |
nodes - [ContentType!]! | The nodes of the connection, without the edges |
pageInfo - RootQueryToContentTypeConnectionPageInfo! | Information about pagination in a connection. |
Example
{"edges":[RootQueryToContentTypeConnectionEdge],"nodes":[ContentType],"pageInfo":RootQueryToContentTypeConnectionPageInfo}