> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/taxes/llms.txt)
> Source: https://docs.saleor.io/api-reference/taxes/queries/tax-country-configuration

# taxCountryConfiguration Query

Tax class rates grouped by country.

Requires one of the following permissions: AUTHENTICATED\_STAFF\_USER AUTHENTICATED\_APP

```graphql
taxCountryConfiguration(
  countryCode: CountryCode!
): TaxCountryConfiguration
```

Details

```graphql
type TaxCountryConfiguration {
  country: CountryDisplay!
  taxClassCountryRates: [TaxClassCountryRate!]!
}
```

<a id="arguments"></a>

### Arguments

<a id="country-code"></a>

#### [`countryCode`](#country-code) ● [`CountryCode!`](/api-reference/miscellaneous/enums/country-code.md)

Country for which to return tax class rates.

<a id="type"></a>

### Type

<a id="taxcountryconfiguration"></a>

#### [`TaxCountryConfiguration`](/api-reference/taxes/objects/tax-country-configuration.md)

Tax class rates grouped by country.
