CartAddressCountry
Contains details the country in a billing or shipping address.
type CartAddressCountry = {
__typename?: 'CartAddressCountry'; /** The country code. */
code: Scalars['String']['output']; /** The display label for the country. */
label: Scalars['String']['output'];
};