Skip to main content

FoursomeTeam

Foursome team

type FoursomeTeam {
resultText: String
hasWon: Boolean
isLeading: Boolean
teamCode: String
playerIds: [Int]
score: Int!
holeScores: [MatchHoleScore]
}

Fields

FoursomeTeam.resultText ● String scalar

The result of the match 1UP, 4&3, 23H, etc. null if the team did not win

FoursomeTeam.hasWon ● Boolean scalar

Flag indicating if the team won the match

FoursomeTeam.isLeading ● Boolean scalar

Flag indicating if the team is currently leading an in progress match

FoursomeTeam.teamCode ● String scalar

The team code

FoursomeTeam.playerIds ● [Int] list scalar

The ids of the players in the team for this match

FoursomeTeam.score ● Int! non-null scalar

The numeric value for the teams score relative to their opponent

FoursomeTeam.holeScores ● [MatchHoleScore] list object

The hole by hole scores for the match

Member of

Foursome object