GitHub

CompanyMetafieldArgs

Represents information about a company which is also a customer of the shop.

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