GitHub

ShopifyOrderLineItemEdge

interface

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

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

interface ShopifyOrderLineItemEdge {
  __typename: "OrderLineItemEdge"
  cursor: string
  node: ShopifyOrderLineItem
}

Properties

__typename
"OrderLineItemEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyOrderLineItem

The item at the end of OrderLineItemEdge.