GitHub

ShopMetafieldsArgs

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

Shop represents a collection of the general settings and information about the shop.

type ShopMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}