OBJECT

StateConnection

The connection type for State.

link GraphQL Schema definition

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

link Require by