OBJECT
HypeTrainParticipation
The Hype Train participation structure that contains relevant information about the participation event.
link GraphQL Schema definition
1 type HypeTrainParticipation { 2 3 # The type of participation. 4 : HypeTrainParticipationAction! 5 6 # The amount that the participation is valued in the Hype Train progress. 7 : Int! 8 9 # The participation source. 10 : HypeTrainParticipationSource! 11 12 }