OBJECT

TournamentInsiderRewards

Contains all rewards information about the Insider rewards.

link GraphQL Schema definition

1type TournamentInsiderRewards {
2
3# Twitch chat badge rewards.
4badges: [TournamentReward!]! @deprecated( reason: "No longer supported" )
5
6# Bits rewards.
7bits: [TournamentReward!]! @deprecated( reason: "No longer supported" )
8
9# Hero skin rewards.
10heroSkins: [TournamentReward!]! @deprecated( reason: "No longer supported" )
11
12# In Game Content rewards, like sprays and avatars (non-hero skin rewards).
13inGameContent: [TournamentReward!]! @deprecated( reason: "No longer supported" )
14
15}