MatchContestantMember
A player of a contestant within a specific match
type MatchContestantMember {
matchContestant: MatchContestant
player: Player
role: PlayerRole
}
Fields
MatchContestantMember.matchContestant ● MatchContestant object
Related match contestant data
MatchContestantMember.player ● Player object
The related player data
MatchContestantMember.role ● PlayerRole object
The role of the player within the match
Member Of
MatchContestant object
Implemented By
FixtureData union