ProductTypeCountableConnection
A connection to a list of items.
type ProductTypeCountableConnection {
pageInfo: PageInfo!
edges: [ProductTypeCountableEdge!]!
totalCount: Int!
}
Fields
ProductTypeCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
ProductTypeCountableConnection.edges ● [ProductTypeCountableEdge!]! non-null object
Contains the nodes in this connection
ProductTypeCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
productTypes query
Member Of
Attribute object