TournamentHoleStats
Contains the tournament stats for all holes
type TournamentHoleStats {
holes: [HoleStats]
in: CourseStats
out: CourseStats
course: CourseStats
}
Fields
TournamentHoleStats.holes
● [HoleStats]
list object
Collection of hole stats
TournamentHoleStats.in
● CourseStats
object
Stats for the back 9 holes
TournamentHoleStats.out
● CourseStats
object
Stats for the front 9 holes
TournamentHoleStats.course
● CourseStats
object
Stats for the course
Returned by
holeStats
query