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