MatchplayRound
Matchplay Round
type MatchplayRound {
round: Int
headToHeads: [HeadToHead]
qualifiers: [MatchplayTeam]
}
Fields
MatchplayRound.round ● Int scalar
Round number
MatchplayRound.headToHeads ● [HeadToHead] list object
MatchplayRound.qualifiers ● [MatchplayTeam] list object
Returned by
matchplayRounds query
Member of
MatchplayRoundUpdateResponse object