OBJECT

HearthstoneMomentHero

The hero that either the broadcaster or opponent played.

link GraphQL Schema definition

1type HearthstoneMomentHero {
2
3# The hero's (capitalized) class.
4class: String!
5
6# The hero's id.
7id: ID!
8
9# The hero's (capitalized) name.
10name: String!
11
12}