GitHub

ShopifyProductVariantComponentEdge

Type

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

An auto-generated type which holds one ProductVariantComponent and a cursor during pagination.

interface ShopifyProductVariantComponentEdge {
  __typename: "ProductVariantComponentEdge"
  cursor: string
  node: ShopifyProductVariantComponent
}

Properties

__typename
"ProductVariantComponentEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyProductVariantComponent

The item at the end of ProductVariantComponentEdge.