GitHub

ShopMetafieldsArgs

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

import { ShopMetafieldsArgs } from '@daffodil/driver/shopify'
type ShopMetafieldsArgs = {
    identifiers: Array<HasMetafieldsIdentifier>;
}
Type Options
ShopMetafieldsArgs { identifiers: Array<HasMetafieldsIdentifier>; }