OBJECT
Geographic state
type State implements Node {country: Country! id: ID! name: String! # Abbreviation of state name.short: String! # Normalized version of state name appropriate for inclusion in URLsslug: String! }