OBJECT
The connection type for Level.
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! }