OBJECT

State

Geographic state

link GraphQL Schema definition

  • 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 URLs
  • slug: String!
  • }