OBJECT

HypeTrainParticipation

The Hype Train participation structure that contains relevant information about the participation event.

link GraphQL Schema definition

1type HypeTrainParticipation {
2
3# The type of participation.
4action: HypeTrainParticipationAction!
5
6# The amount that the participation is valued in the Hype Train progress.
7quantity: Int!
8
9# The participation source.
10source: HypeTrainParticipationSource!
11
12}