GitHub

CompanyMetafieldArgs

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

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

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