PlayerMapSummary
Contains the summary data for the player.
type PlayerMapSummary {
position: Int
positionTied: Boolean
toPar: Int
captain: Boolean
player: Player
team: Team
scoreCounts: Boolean
}
Fields
PlayerMapSummary.position ● Int scalar
The players current leaderboard position.
PlayerMapSummary.positionTied ● Boolean scalar
Indicates if the player is tied for a position.
PlayerMapSummary.toPar ● Int scalar
The to par value for the player for the tournament.
PlayerMapSummary.captain ● Boolean scalar
Indicates if the player is a captain of their team.
PlayerMapSummary.player ● Player object
The players basic bio data.
PlayerMapSummary.team ● Team object
The players team data.
PlayerMapSummary.scoreCounts ● Boolean scalar
Indicates if the players score counts for their team for the current round.
Member of
PlayerMapData object