OBJECT

LevelConnection

The connection type for Level.

link GraphQL Schema definition

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

link Require by