State
type State {
id: ID!
countryId: String!
locationTranslations: LocationTranslations
name: String!
native: String
stateCode: String
}
Fields
ID indicating which country the state belongs to.
locationTranslationsLocationTranslationsShows spellings of state name in different languages.
State's name.
nativeStringIndicates the name of the state in the local language.
stateCodeStringThe two-letter state code corresponding to the state.