OBJECT

GamesConnection

A connection to a list of items.

  • type GamesConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [GamesEdge!]
  • # A flattened list of the nodes.
  • nodes: [Game!]
  • }