GitHub

ShopifyLocationMetafieldArgs

Type

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

Represents a location where product inventory is held.

interface ShopifyLocationMetafieldArgs {
  key: string
  namespace: string
}