State

No description

type State {
  code: String
  name: String!
  country: Country!
}

Fields

State.code ● String scalar

State.name ● String! non-null scalar

State.country ● Country! non-null object

Member Of

Country object