RoundStats
Contains a collection of stats for a round
type RoundStats {
round: Int
values: [Stat]
}
Fields
RoundStats.round ● Int scalar
RoundStats.values ● [Stat] list object
Member of
CourseStats object ● HoleStats object ● PlayerStats object ● TeamStats object