GitHub

LocationMetafieldArgs

import { LocationMetafieldArgs } from '@daffodil/driver/shopify'

Represents a location where product inventory is held.

type LocationMetafieldArgs = {
    key: Scalars['String']['input'];
    namespace?: InputMaybe<Scalars['String']['input']>;
}