GitHub

ShopifyDiscountApplicationEdge

interface

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

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

interface ShopifyDiscountApplicationEdge {
  __typename: "DiscountApplicationEdge"
  cursor: string
  node: ShopifyDiscountApplication
}

Properties

__typename
"DiscountApplicationEdge"
cursor
string

A cursor for use in pagination.

node
ShopifyDiscountApplication

The item at the end of DiscountApplicationEdge.