TeamPlayerScorecard
Represents a scorecard for a player in a team.
type TeamPlayerScorecard {
playerId: Int
captain: Boolean
scorecard: Scorecard
}
Fields
TeamPlayerScorecard.playerId ● Int scalar
Player ID.
TeamPlayerScorecard.captain ● Boolean scalar
Indicates if the player is the captain of the team.
TeamPlayerScorecard.scorecard ● Scorecard object
Scorecard for the player.
Member of
TeamScorecard object