CourseMap
Represents a map of the courses for a tournament. Contains the live positioning data for all groups on course.
type CourseMap {
currentRound: Int
courses: [CourseMapData]
}
Fields
CourseMap.currentRound
● Int
scalar
The current round for the tournament.
CourseMap.courses
● [CourseMapData]
list object
Collection of map data for each course of the tournament.
Returned by
courseMap
query