# Country

Country reference data.

```
type Country {

  name: String!

  phoneCode: String!

  code: String!

}
```

### Fields[​](#fields "Direct link to Fields")

#### [`Country.name`](#name) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#name "Direct link to name")

Country English name.

#### [`Country.phoneCode`](#phone-code) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#phone-code "Direct link to phone-code")

International dialing prefix without leading `+` (e.g. `34`).

#### [`Country.code`](#code) ● [`String!`](https://docs.monei.com/apis/graphql/types/scalars/string/.md) non-null scalar[​](#code "Direct link to code")

ISO 3166-1 alpha-2 code (e.g. `ES`).

### Member Of[​](#member-of "Direct link to Member Of")

[`Countries`](https://docs.monei.com/apis/graphql/types/objects/countries/.md) object
