OBJECT

OverwatchTeamPreferenceOption

Contains an Overwatch team option to choose as the preferred team.

link GraphQL Schema definition

1type OverwatchTeamPreferenceOption {
2
3# Unique identifier for this Overwatch team preference.
4id: ID!
5
6# The rewards associated with this team preference.
7rewards: [TournamentReward!]
8
9# The name of the team.
10teamName: String!
11
12}