GitHub

ShopMetafieldArgs

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

import { ShopMetafieldArgs } from '@daffodil/driver/shopify'
type ShopMetafieldArgs = {
    key: Scalars['String']['input'];
    namespace?: InputMaybe<Scalars['String']['input']>;
}
Type Options
ShopMetafieldArgs { key: Scalars['String']['input']; namespace?: InputMaybe<Scalars['String']['input']>; }