OBJECT
Tournament
A tournament
link GraphQL Schema definition
- type Tournament {
- ID :
- # Arguments
- # type: [Not documented]
- String): [Image] ( :
- # Arguments
- # limit: [Not documented]
- Int): [Event] ( :
- # Paginated, queryable list of participants
- #
- # Arguments
- # query: [Not documented]
- # isAdmin: [Not documented]
- ParticipantPaginationQuery!, : Boolean): ParticipantConnection ( :
- # Arguments
- # page: [Not documented]
- # perPage: [Not documented]
- Int, : Int): StationsConnection ( :
- Streams] : [
- StreamQueueInfo] : [
- # Paginated, queryable list of teams
- #
- # Arguments
- # query: [Not documented]
- TeamsPaginationQuery!): TeamConnection ( :
- # List of all waves in this tournament
- Wave] : [
- # Build Tournament admin URL
- #
- # Arguments
- # tab: Tournament admin tab to add to URL
- # relative: Generate a relative URL. Defaults to true. Setting to
- # false will generate an absolute URL
- String, : Boolean): String ( :
- String :
- String :
- # Attendee requirements for this tournament
- JSON :
- String @deprecated( reason: "Use primaryContact fields" ) :
- String @deprecated( reason: "Use primaryContact fields" ) :
- String @deprecated( reason: "Use primaryContact fields" ) :
- String :
- # When the tournament was created (unix timestamp)
- Timestamp :
- String :
- JSON :
- # Deprecated
- String :
- String :
- String :
- String :
- # When the tournament ends
- Timestamp :
- JSON :
- String :
- String :
- Boolean :
- # Whether or not to hide the admins
- Boolean :
- Boolean :
- Boolean :
- # True if tournament has at least one online event
- Boolean :
- # True if tournament has at least one offline event
- Boolean :
- Float :
- TournamentLinks :
- Float :
- String :
- # The tournament name
- String :
- # Whether to send admin emails when a new person registers
- Boolean :
- Int :
- String :
- String :
- String :
- # Deprecated
- String :
- # Publishing settings for this tournament
- JSON :
- String :
- String :
- # The region of the tournament
- String :
- # When does registration for the tournament end
- Timestamp :
- String :
- # [Deprecated] General tournament rules
- String :
- # The slug used to form the url
- String :
- # The short slug used to form the url
- String :
- # The period of time before the start date to send a reminder email to registrants
- Int :
- # When the tournament Starts
- Timestamp :
- # State of the tournament, can be ActivityState::CREATED, ActivityState::ACTIVE,
- # or ActivityState::COMPLETED
- Int :
- # The timezone of the tournament
- String :
- # The type of tournament from TournamentType
- Int :
- # When the tournament was last modified (unix timestamp)
- Timestamp :
- # Build Tournament URL
- #
- # Arguments
- # tab: Tournament tab to add to URL
- # relative: Generate a relative URL. Defaults to true. Setting to
- # false will generate an absolute URL
- String, : Boolean): String ( :
- String :
- String :
- # When does event registration close
- Timestamp :
- # When is the team creation deadline
- Timestamp :
- String :
- String :
- String :
- String :
- String :
- Boolean :
- }