ProductTypeCountableConnection
No description
type ProductTypeCountableConnection {
pageInfo: PageInfo!
edges: [ProductTypeCountableEdge!]!
totalCount: Int
}
Fields
ProductTypeCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
ProductTypeCountableConnection.edges
● [ProductTypeCountableEdge!]!
non-null object products
ProductTypeCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
productTypes
query
Member Of
Attribute
object