Skip to main content
Version: v0

Match

Match

type Match {
contestants: [MatchContestant]
createdAt: String
gameMap: GameMap
id: ID
matchSeries: MatchSeries
metadata: [MatchMetadata]
sequence: Int
startTime: String
status: MatchStatus
tournament: Tournament
updatedAt: String
}

Fields

Match.contestants ● [MatchContestant] list object

The contestants of the match

Match.createdAt ● String scalar

Record creation date

Match.gameMap ● GameMap object

The game map of the match

Match.id ● ID scalar

The unique identifier of the match (relates to the key of match round from ProDB 1.0)

Match.matchSeries ● MatchSeries object

The match series related to the match

Match.metadata ● [MatchMetadata] list object

The metadata of the match

Match.sequence ● Int scalar

Match sequence

Match.startTime ● String scalar

Match start time

Match.status ● MatchStatus enum

status

Match.tournament ● Tournament object

The related tournament of the match

Match.updatedAt ● String scalar

Record last modification date

Member Of

Insight object ● MatchResult object ● MatchSeries object