OBJECT

HypeTrainParticipationConversionRate

The participation conversion rate for what an action will count towards the Hype Train.

link GraphQL Schema definition

1type HypeTrainParticipationConversionRate {
2
3# The action performed.
4action: HypeTrainParticipationAction!
5
6# The source of the action.
7source: HypeTrainParticipationSource!
8
9# The rate that it will be converted as in the Hype Train progress calculations.
10value: Int!
11
12}