ContentTypeConnection
The connection type for ContentType.
type ContentTypeConnection {
edges: [ContentTypeEdge]
nodes: [ContentType]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ContentTypeConnection.edges ● [ContentTypeEdge] list object
A list of edges.
ContentTypeConnection.nodes ● [ContentType] list object
A list of nodes.
ContentTypeConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
ContentTypeConnection.totalCount ● Int! non-null scalar
Returned By
contentTypes query