GitHub

Country

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

A country.

type Country = {
    __typename?: 'Country';
    availableLanguages: Array<Language>;
    currency: Currency;
    isoCode: CountryCode;
    market?: Maybe<Market>;
    name: Scalars['String']['output'];
    unitSystem: UnitSystem;
}