MatchSeriesLink
Link to other match series that are related to this match series
type MatchSeriesLink {
direction: MatchSeriesLinkDirection!
linkedMatchSeries: MatchSeries!
result: GameResultType!
}
Fields
MatchSeriesLink.direction ● MatchSeriesLinkDirection! non-null enum
The direction of the link
MatchSeriesLink.linkedMatchSeries ● MatchSeries! non-null object
The other match series depending on the direction
MatchSeriesLink.result ● GameResultType! non-null enum
Defines which contestant will be affected by the link (winner or loser)
Member Of
MatchSeries object