OBJECT

HypeTrainDifficultySettings

A mapping between a difficulty and the levels that correspond.

link GraphQL Schema definition

1type HypeTrainDifficultySettings {
2
3# The difficulty of the level.
4difficulty: HypeTrainDifficulty!
5
6# The levels associated with the difficulty.
7levels: [HypeTrainLevel!]!
8
9}