OBJECT

HearthsoneMomentGameMode

The hearthstone game mode that was played.

link GraphQL Schema definition

1type HearthsoneMomentGameMode {
2
3# The game type (e.g. Ranked, Casual, Arena, Pack Opening, etc.).
4type: String!
5
6# The value for the game type (e.g. 0-11 for Arena, Priest vs Warlock for Ranked).
7value: String
8
9}