MatchSeries
A series of matches (e.g. best-of-3) within a tournament
type MatchSeries {
contestants: [MatchSeriesContestant]
createdAt: String!
externalLinks: [ExternalLink]
id: ID!
links: [MatchSeriesLink]!
mapVotes: [MapVote]
matches: [Match]
metadata: [MatchSeriesMetadata]
position: Int
startTime: String
status: MatchSeriesStatus
streams: [Stream]
tournament: Tournament
updatedAt: String!
}
Fields
MatchSeries.contestants ● [MatchSeriesContestant] list object
List of contestants that are participating in the match series
MatchSeries.createdAt ● String! non-null scalar
Timestamp in ISO8601 when this object have been created
MatchSeries.externalLinks ● [ExternalLink] list object
External links related to the match series
MatchSeries.id ● ID! non-null scalar
The unique identifier of the object
MatchSeries.links ● [MatchSeriesLink]! non-null object
Links to other match series that are related to this match series
MatchSeries.mapVotes ● [MapVote] list object
Map Votes
MatchSeries.matches ● [Match] list object
List of matches within the match series
MatchSeries.metadata ● [MatchSeriesMetadata] list object
List of metadata information of the match series
MatchSeries.position ● Int scalar
Position of the match series in the tournament bracket (do not rely on specific values, only for sorting purposes!)
MatchSeries.startTime ● String scalar
The start time of the match series in RFC 3339 (e.g. 2020-01-02T03:04:05.006Z)
MatchSeries.status ● MatchSeriesStatus enum
The status of the match series
MatchSeries.streams ● [Stream] list object
List of streams of the match series
MatchSeries.tournament ● Tournament object
The tournament that the match series is belonging to
MatchSeries.updatedAt ● String! non-null scalar
Timestamp in ISO8601 when this object have been created
Member Of
MapVote object ● Match object ● MatchSeriesContestant object ● MatchSeriesLink object ● MatchSeriesMetadata object ● MatchSeriesResponse object ● MatchSeriesWinScenario object
Implemented By
FixtureData union