Skip to main content

ProductCountableConnection

No description

type ProductCountableConnection {
pageInfo: PageInfo!
edges: [ProductCountableEdge!]!
totalCount: Int
}

Fields

ProductCountableConnection.pageInfo ● PageInfo! non-null object miscellaneous

Pagination data for this connection.

ProductCountableConnection.edges ● [ProductCountableEdge!]! non-null object products

ProductCountableConnection.totalCount ● Int scalar miscellaneous

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