ProductVariantCountableConnection
No description
type ProductVariantCountableConnection {
pageInfo: PageInfo!
edges: [ProductVariantCountableEdge!]!
totalCount: Int
}
Fields
ProductVariantCountableConnection.pageInfo
● PageInfo!
non-null object miscellaneous
Pagination data for this connection.
ProductVariantCountableConnection.edges
● [ProductVariantCountableEdge!]!
non-null object products
ProductVariantCountableConnection.totalCount
● Int
scalar miscellaneous
A total count of items in the collection.
Returned By
productVariants
query ● reportProductSales
query