OBJECT

BlizzardUser

Information regarding a Blizzard account that is linked to Twitch.

link GraphQL Schema definition

1type BlizzardUser {
2
3# The BattleTag that is stored for the user.
4battleTag: String!
5
6# The Blizzard ID that is stored for the user.
7id: ID!
8
9# The region the Blizzard account is from.
10region: String!
11
12}