OBJECT

UserTwitchConnection

The relationship between the user and Twitch.

link GraphQL Schema definition

1type UserTwitchConnection {
2
3# Returns the User's preferred team in Overwatch League.
4overwatchLeagueTeamPreference: OverwatchLeagueTeamPreference
5
6}