Country codes used in NASR data
# Introspect the CountryCodes type in GraphiQL at https://api.nav.sortie.co/graphql
# Example shape (pair with a compatible root query field):
{
# ...rootQuery... {
code
name
# }
}Run at https://api.nav.sortie.co/graphql — GraphiQL is available in-browser.
| Field | Type | Description | Units | Enum |
|---|---|---|---|---|
| code ← code | String | Two-letter country code | ||
| name ← name | String | Full country name |