State
A state
type State {
country: Country!
countryCode: String!
createdAt: ISO8601DateTime!
id: ID!
iso2: String!
name: String!
updatedAt: ISO8601DateTime!
}
Fields
State.country ● Country! non-null object
The country field indicates the country object to which the state belongs to.
State.countryCode ● String! non-null scalar
The countryCode fields indicates the country to which the state belongs to.
State.createdAt ● ISO8601DateTime! non-null scalar
State.id ● ID! non-null scalar
State.iso2 ● String! non-null scalar
The "ISO 2" field denotes the two-letter state code assigned by the International Organization for Standardization (ISO).
State.name ● String! non-null scalar
State.updatedAt ● ISO8601DateTime! non-null scalar
Returned By
states query