OBJECT
HypeTrainDifficultySettings
A mapping between a difficulty and the levels that correspond.
link GraphQL Schema definition
1 type HypeTrainDifficultySettings { 2 3 # The difficulty of the level. 4 : HypeTrainDifficulty! 5 6 # The levels associated with the difficulty. 7 : [HypeTrainLevel!]! 8 9 }