import { HasMetafieldsMetafieldArgs } from '@daffodil/driver/shopify'
Represents information about the metafields associated to the specified resource.
type HasMetafieldsMetafieldArgs = {
key: Scalars['String']['input'];
namespace?: InputMaybe<Scalars['String']['input']>;
}