OBJECT

HypeTrainConductorReward

The configured conductor rewards for a given participation source.

link GraphQL Schema definition

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