GitHub

ShopifyCheckoutLineItemEdge

interface

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

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

interface ShopifyCheckoutLineItemEdge {
  __typename: "CheckoutLineItemEdge"
  cursor: string
  node: ShopifyCheckoutLineItem
}

Properties

__typename
"CheckoutLineItemEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyCheckoutLineItem

The item at the end of CheckoutLineItemEdge.