OBJECT
HypeTrainParticipationConversionRate
The participation conversion rate for what an action will count towards the Hype Train.
link GraphQL Schema definition
1 type HypeTrainParticipationConversionRate { 2 3 # The action performed. 4 : HypeTrainParticipationAction! 5 6 # The source of the action. 7 : HypeTrainParticipationSource! 8 9 # The rate that it will be converted as in the Hype Train progress calculations. 10 : Int! 11 12 }