Skip to main content

ProductVariantCountableConnection Object

No description

type ProductVariantCountableConnection {
pageInfo: PageInfo!
edges: [ProductVariantCountableEdge!]!
totalCount: Int
}

Fields​

pageInfo ● PageInfo!​

Pagination data for this connection.

edges ● [ProductVariantCountableEdge!]!​

totalCount ● Int​

A total count of items in the collection.

Returned By​

productVariants query ● reportProductSales query

Member Of​

Product object ● Sale object ● Voucher object