Skip to main content

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 ● PublicSeller object ● Sale object ● Seller object ● Voucher object

Was this page helpful?