OBJECT

HypeTrainBadgeReward

The Hype Train reward that's a Badge.

link GraphQL Schema definition

1type HypeTrainBadgeReward implements HypeTrainReward {
2
3# The badge that is to be entitled.
4badge: Badge
5
6# The identifier of the reward.
7id: ID!
8
9# The type of reward, which will be HypeTrainRewardType.BADGE.
10type: HypeTrainRewardType!
11
12}

link Required by

This element is not required by anyone