MailingAddressFormattedArgs
Represents a mailing address for customers and shipping.
import { MailingAddressFormattedArgs } from '@daffodil/driver/shopify'
type MailingAddressFormattedArgs = {
withCompany?: InputMaybe<Scalars['Boolean']['input']>;
withName?: InputMaybe<Scalars['Boolean']['input']>;
}
Type | Options |
---|---|
MailingAddressFormattedArgs | {
withCompany?: InputMaybe<Scalars['Boolean']['input']>;
withName?: InputMaybe<Scalars['Boolean']['input']>;
} |