CourseStats
Course stats
type CourseStats {
yards: Int
metres: Int
par: Int
totals: Stats
rounds: [RoundStats]
}
Fields
CourseStats.yards ● Int scalar
CourseStats.metres ● Int scalar
CourseStats.par ● Int scalar
CourseStats.totals ● Stats object
CourseStats.rounds ● [RoundStats] list object
Member of
TournamentHoleStats object