State object
No description
type State {
code: String
country: Country!
name: String!
}
Fields
State.code ● String scalar
State.country ● Country! non-null object
State.name ● String! non-null scalar
Member Of
Country object
No description
type State {
code: String
country: Country!
name: String!
}
Country object