MatchSeriesContestantMember
A player of a contestant within a match series
type MatchSeriesContestantMember {
matchSeriesContestant: MatchSeriesContestant
player: Player
role: PlayerRole
}
Fields
MatchSeriesContestantMember.matchSeriesContestant
● MatchSeriesContestant
object
Related match series contestant data
MatchSeriesContestantMember.player
● Player
object
The related player data
MatchSeriesContestantMember.role
● PlayerRole
object
The role of the player within the match series
Member Of
MatchSeriesContestant
object
Implemented By
FixtureData
union