US state and territory postal codes
# Introspect the StateCodes 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 postal code | ||
| name ← name | String | Full state or territory name |