Skip to main content

State

type State {
id: ID!
countryId: String!
locationTranslations: LocationTranslations
name: String!
native: String
stateCode: String
}

Fields

idID!required
countryIdString!required

ID indicating which country the state belongs to.

locationTranslationsLocationTranslations

Shows spellings of state name in different languages.

nameString!required

State's name.

nativeString

Indicates the name of the state in the local language.

stateCodeString

The two-letter state code corresponding to the state.