import { ShopMetafieldArgs } from '@daffodil/driver/shopify'
Shop represents a collection of the general settings and information about the shop.
type ShopMetafieldArgs = {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
}