Skip to main content

ProductCountableConnection

A connection to a list of items.

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

Contains the nodes in this connection

ProductCountableConnection.totalCount ● Int! non-null scalar

Total quantity of existing nodes.

Returned By

products query

Member Of

Category object ● Collection object ● ProductType object ● PublicSeller object ● Sale object ● Seller object ● Voucher object

Was this page helpful?