ENUM

HypeTrainConductorType

The conductor type of the Hype Train reward.

link GraphQL Schema definition

1enum HypeTrainConductorType {
2
3# The current conductor of an active hype train.
4CURRENT
5
6# The former conductor of a hype train.
7FORMER
8
9# An unknown conductor type.
10UNKNOWN
11}