OBJECT

CountrysConnection

The connection type for Country.

link GraphQL Schema definition

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