INPUT_OBJECT

BracketSetGameSelectionInput

Game specific H2H selections made by the entrants, such as character info

link GraphQL Schema definition

  • input BracketSetGameSelectionInput {
  • # Entrant ID that made selection
  • entrantId: ID!
  • # Character selected by this entrant for this game.
  • characterId: Int
  • }