OBJECT

Wave

A wave in a tournament

link GraphQL Schema definition

  • type Wave {
  • id: ID
  • # The Wave Identifier
  • identifier: String
  • # Unix time the wave is scheduled to start.
  • startAt: Timestamp
  • }