State
The administrative state of a country
type State {
id: Int!
alpha2code: String!
name: String!
country: Country!
}
Fields
id ● Int!
The id of the region
alpha2code ● String!
2 char region code, for example CA for California in US
name ● String!
The name of the region, for example "California"
country ● Country!
The country the state belongs to
Example
{
"country": {
"phonePrefix": "+46"
}
}