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