GitHub

ShopifyProductVariantComponentConnection

Type

import { ShopifyProductVariantComponentConnection } from '@daffodil/driver/shopify'

An auto-generated type for paginating through multiple ProductVariantComponents.

interface ShopifyProductVariantComponentConnection {
  __typename: "ProductVariantComponentConnection"
  edges: ShopifyProductVariantComponentEdge[]
  nodes: ShopifyProductVariantComponent[]
  pageInfo: ShopifyPageInfo
}

Properties

__typename
"ProductVariantComponentConnection"
edges
ShopifyProductVariantComponentEdge[]

A list of edges.

nodes
ShopifyProductVariantComponent[]

A list of the nodes contained in ProductVariantComponentEdge.

pageInfo
ShopifyPageInfo

Information to aid in pagination.