OBJECT
OverwatchTeamPreferenceOption
Contains an Overwatch team option to choose as the preferred team.
link GraphQL Schema definition
1 type OverwatchTeamPreferenceOption { 2 3 # Unique identifier for this Overwatch team preference. 4 : ID! 5 6 # The rewards associated with this team preference. 7 : [TournamentReward!] 8 9 # The name of the team. 10 : String! 11 12 }