Home > @infiniteobjects/shopify-data-manager > AdminTypes > ProductVariantConnection
An auto-generated type for paginating through multiple ProductVariants.
Signature:
export interface ProductVariantConnection
Property | Modifiers | Type | Description |
---|---|---|---|
edges | Array<ProductVariantEdge> | A list of edges. | |
nodes | Array<ProductVariant> | A list of the nodes contained in ProductVariantEdge. | |
pageInfo | PageInfo | Information to aid in pagination. |