Tournament
Tournament
type Tournament {
circuits: [Circuit]
contestants: [TournamentContestant]
createdAt: String!
endTime: String
gamePlatform: GamePlatform
id: ID!
images: [Image]
location: Location
mode: TournamentMode
name: String
organizer: Organizer
overtimeAvailable: Boolean
prizePool: [TournamentPrize]
regions: [Region]
season: Season
startTime: String
status: TournamentStatus
streams: [Stream]
type: String
updatedAt: String!
variant: String
}
Fields
Tournament.circuits
● [Circuit]
list object
The list of circuits that the tournament is part of
Tournament.contestants
● [TournamentContestant]
list object
List of contestants that are participating in the tournament
Tournament.createdAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
Tournament.endTime
● String
scalar
The end time of the tournament
Tournament.gamePlatform
● GamePlatform
object
The game platform that contestants are playing in the tournament
Tournament.id
● ID!
non-null scalar
The unique identifier of the object
Tournament.images
● [Image]
list object
List of images
Tournament.location
● Location
object
The location of the tournament
Tournament.mode
● TournamentMode
enum
The mode of the tournament
Tournament.name
● String
scalar
The name of the tournament
Tournament.organizer
● Organizer
object
The organizer of the tournament
Tournament.overtimeAvailable
● Boolean
scalar
Overtime is available
Tournament.prizePool
● [TournamentPrize]
list object
Prize pool of the tournament
Tournament.regions
● [Region]
list object
List of regions that this tournament is part of
Tournament.season
● Season
object
The season of the tournament
Tournament.startTime
● String
scalar
The start time of the tournament
Tournament.status
● TournamentStatus
enum
The current status of the tournament
Tournament.streams
● [Stream]
list object
List of streams of the tournament
Tournament.type
● String
scalar
Tournament type
Tournament.updatedAt
● String!
non-null scalar
Timestamp in ISO8601 when this object have been created
Tournament.variant
● String
scalar
The variant of the tournament
Member Of
Match
object ● MatchSeries
object ● TournamentContestant
object ● TournamentImage
object ● TournamentResult
object
Implemented By
FixtureData
union