GitHub

ShopifyHasMetafieldsMetafieldArgs

interface

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

Represents information about the metafields associated to the specified resource.

interface ShopifyHasMetafieldsMetafieldArgs {
  key: string
  namespace: string
}