country
query
Get country by ID
Retrieves a country's details, including name, ISO code, tax rules, and regional settings.
query {
country(countryId: Int!, options: CountryOptionsSingle): Country!
}Returns: Country!
Arguments
| Name | Type | Description |
|---|---|---|
countryId | Int! | |
options | CountryOptionsSingle |