OBJECT
HypeTrainConductor
A conductor of the Hype Train.
link GraphQL Schema definition
1 type HypeTrainConductor { 2 3 # The participation that made them the Hype Train conductor. 4 : [HypeTrainParticipation!]! 5 6 # The conductor source. 7 : HypeTrainParticipationSource! 8 9 # The user object that is the conductor. 10 : User! 11 12 }