GitHub

ShopifyProductVariantEdge

interface

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

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

interface ShopifyProductVariantEdge {
  __typename: "ProductVariantEdge"
  cursor: string
  node: ShopifyProductVariant
}

Properties

__typename
"ProductVariantEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyProductVariant

The item at the end of ProductVariantEdge.