GitHub

ShopifyMetafieldReferencesArgs

interface

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

Metafields represent custom metadata attached to a resource. Metafields can be sorted into namespaces and are comprised of keys, values, and value types.

interface ShopifyMetafieldReferencesArgs {
  after: string
  before: string
  first: number
  last: number
}