Skip to main content

ContentTypeParameterConnection

The connection type for ContentTypeParameter.

type ContentTypeParameterConnection {
edges: [ContentTypeParameterEdge]
nodes: [ContentTypeParameter]
pageInfo: PageInfo!
totalCount: Int!
}

Fields

ContentTypeParameterConnection.edges ● [ContentTypeParameterEdge] list object

A list of edges.

ContentTypeParameterConnection.nodes ● [ContentTypeParameter] list object

A list of nodes.

ContentTypeParameterConnection.pageInfo ● PageInfo! non-null object

Information to aid in pagination.

ContentTypeParameterConnection.totalCount ● Int! non-null scalar

Returned By

contentTypeParameters query