GitHub

ShopifyCartDeliveryGroupCartLinesArgs

interface

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

Information about the options available for one or more line items to be delivered to a specific address.

interface ShopifyCartDeliveryGroupCartLinesArgs {
  after: string
  before: string
  first: number
  last: number
  reverse: boolean
}