GitHub

ShopifyProductVariantSellingPlanAllocationsArgs

interface

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

A product variant represents a different version of a product, such as differing sizes or differing colors.

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