GitHub

ShopifyBaseCartLineEdge

interface

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

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

interface ShopifyBaseCartLineEdge {
  __typename: "BaseCartLineEdge"
  cursor: string
  node: ShopifyBaseCartLine
}

Properties

__typename
"BaseCartLineEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyBaseCartLine

The item at the end of BaseCartLineEdge.