QueryShippingMethodsByLocationArgs
type QueryShippingMethodsByLocationArgs = {
country: Scalars['Country'];
state?: InputMaybe<Scalars['String']>;
currency?: InputMaybe<Scalars['Currency']>;
};type QueryShippingMethodsByLocationArgs = {
country: Scalars['Country'];
state?: InputMaybe<Scalars['String']>;
currency?: InputMaybe<Scalars['Currency']>;
};