# Countries

Country reference data plus geolocation of the current caller.

```
type Countries {

  supportedCountries: [Country!]!

  currentCountry: Country

  currentCountryCode: String

  isSupported: Boolean!

}
```

### Fields[​](#fields "Enlace directo al Fields")

#### [`Countries.supportedCountries`](#supported-countries) ● [`[Country!]!`](https://docs.monei.com/es/es/apis/graphql/types/objects/country/.md) non-null object[​](#supported-countries "Enlace directo al supported-countries")

Countries supported by MONEI for merchant onboarding.

#### [`Countries.currentCountry`](#current-country) ● [`Country`](https://docs.monei.com/es/es/apis/graphql/types/objects/country/.md) object[​](#current-country "Enlace directo al current-country")

Country detected from the caller's IP.

#### [`Countries.currentCountryCode`](#current-country-code) ● [`String`](https://docs.monei.com/es/es/apis/graphql/types/scalars/string/.md) scalar[​](#current-country-code "Enlace directo al current-country-code")

ISO 3166-1 alpha-2 code detected from the caller's IP.

#### [`Countries.isSupported`](#is-supported) ● [`Boolean!`](https://docs.monei.com/es/es/apis/graphql/types/scalars/boolean/.md) non-null scalar[​](#is-supported "Enlace directo al is-supported")

Whether `currentCountry` is in `supportedCountries`.

### Returned By[​](#returned-by "Enlace directo al Returned By")

[`countries`](https://docs.monei.com/es/es/apis/graphql/operations/queries/countries/.md) query
