State
Defines a state.
type State {
code: String!
id: ID!
name: String!
}
Fields
State.code ● String! non-null scalar
A UTF-8 string representing the code of the state.
State.id ● ID! non-null scalar
The identifier for the state.
State.name ● String! non-null scalar
A UTF-8 string representing the name of the state.
Member Of
Country object