OBJECT

StatesConnection

The connection type for State.

link GraphQL Schema definition

  • type StatesConnection {
  • # A list of edges.
  • edges: [StatesEdge]
  • # A list of nodes.
  • nodes: [State]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • }