ProductCountableConnection
No description
type ProductCountableConnection {
pageInfo: PageInfo!
edges: [ProductCountableEdge!]!
totalCount: Int
}
Fields
ProductCountableConnection.pageInfo
● PageInfo!
non-null object
Pagination data for this connection.
ProductCountableConnection.edges
● [ProductCountableEdge!]!
non-null object
ProductCountableConnection.totalCount
● Int
scalar
A total count of items in the collection.
Returned by
products
query
Member of
Category
object ● Collection
object ● ProductType
object
Was this page helpful?