GitHub

CustomerMetafieldArgs

A customer represents a customer account with the shop. Customer accounts store contact information for the customer, saving logged-in customers the trouble of having to provide it at every checkout.

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