OBJECT
GameSelection
A selection for this game. i.e. character/stage selection, etc
link GraphQL Schema definition
- type GameSelection {
- ID :
- # The entrant who this selection is for
- Entrant :
- Int :
- # The participant who this selection is for. This is only populated if there are
- # selections for multiple participants of a single entrant
- Participant :
- GameSelectionType :
- Int :
- }