OBJECT
HypeTrainConductorReward
The configured conductor rewards for a given participation source.
link GraphQL Schema definition
1 type HypeTrainConductorReward { 2 3 # The rewards entitled for being the conductor and contributing from this source. 4 : [HypeTrainReward!]! 5 6 # The source that the conductor participated from. 7 : HypeTrainParticipationSource! 8 9 # The type of conductor that gets this reward. 10 : HypeTrainConductorType! 11 12 }