ContentTypeParameterOptionConnection
The connection type for ContentTypeParameterOption.
type ContentTypeParameterOptionConnection {
edges: [ContentTypeParameterOptionEdge]
nodes: [ContentTypeParameterOption]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
ContentTypeParameterOptionConnection.edges ● [ContentTypeParameterOptionEdge] list object
A list of edges.
ContentTypeParameterOptionConnection.nodes ● [ContentTypeParameterOption] list object
A list of nodes.
ContentTypeParameterOptionConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.