ProductCountableConnection Object
No description
type ProductCountableConnection {
pageInfo: PageInfo!
edges: [ProductCountableEdge!]!
totalCount: Int
}
Fields
pageInfo ● PageInfo!
Pagination data for this connection.
edges ● [ProductCountableEdge!]!
totalCount ● Int
A total count of items in the collection.
Returned By
products query
Member Of
Category object ● Collection object ● ProductType object ● Sale object ● ShippingMethodType object ● Voucher object