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