OBJECT

RaceMatchConfig

Race specific match configuration

link GraphQL Schema definition

  • type RaceMatchConfig implements MatchConfig {
  • id: ID
  • bracketType: BracketType
  • # Can players report results?
  • playerReportingEnabled: Boolean
  • # Accepted methods of verification that players can use
  • verificationMethods: [MatchConfigVerificationMethod]
  • # Are players required to submit verification of their reported results?
  • verificationRequired: Boolean
  • }

link Require by

This element is not required by anyone