import { ShopifyProductVariantConnection } from '@daffodil/driver/shopify'
An auto-generated type for paginating through multiple ProductVariants.
interface ShopifyProductVariantConnection {
__typename: "ProductVariantConnection"
edges: ShopifyProductVariantEdge[]
nodes: ShopifyProductVariant[]
pageInfo: ShopifyPageInfo
}
__typename "ProductVariantConnection" |
|---|
edges ShopifyProductVariantEdge[] |
|---|
A list of edges. |
nodes ShopifyProductVariant[] |
|---|
A list of the nodes contained in ProductVariantEdge. |
pageInfo ShopifyPageInfo |
|---|
Information to aid in pagination. |