OBJECT

HypeTrainConductor

A conductor of the Hype Train.

link GraphQL Schema definition

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