> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/miscellaneous/llms.txt)
> Source: https://docs.saleor.io/api-reference/miscellaneous/inputs/country-filter-input

# CountryFilterInput Input Type

No description

```graphql
input CountryFilterInput {
  attachedToShippingZones: Boolean
}
```

<a id="fields"></a>

### Fields

<a id="attached-to-shipping-zones"></a>

#### [`attachedToShippingZones`](#attached-to-shipping-zones) ● [`Boolean`](/api-reference/miscellaneous/scalars/boolean.md)

Boolean for filtering countries by having shipping zone assigned.If 'true', return countries with shipping zone assigned.If 'false', return countries without any shipping zone assigned.If the argument is not provided (null), return all countries.
