OBJECT

Round

A round within a phase group

link GraphQL Schema definition

  • type Round {
  • id: ID
  • # If applicable, bestOf is the number of games
  • #
  • # one must win a majority out of to win a set in this round
  • bestOf: Int
  • # Indicates this round's order in the phase group
  • number: Int
  • # The time that this round is scheduled to start at
  • startAt: Timestamp
  • }