Race
Race entity
type Race {
activities: [Activity!]
continent: Int
distanceKm: Float
distanceType: distanceType
id: Int
maxNumberOfTeamMembers: Int
minNumberOfTeamMembers: Int
minutes: Float
participant: participation
raceName: String
sport: sport
startDate: String
startTime: String
tags: [tags!]
}
Fields
Race.activities ● [Activity!] list object
Lists all the activites of the race
Race.continent ● Int scalar
Continent of the race
Race.distanceKm ● Float scalar
Total distance in km of the race
Race.distanceType ● distanceType object
Race distance type
Race.id ● Int scalar
Race id
Race.maxNumberOfTeamMembers ● Int scalar
Maximum number of member per team
Race.minNumberOfTeamMembers ● Int scalar
Minimum number of member per team
Race.minutes ● Float scalar
Total duration in minute of the race
Race.participant ● participation object
Race participation type
Race.raceName ● String scalar
Name of the race
Race.sport ● sport object
Race sport
Race.startDate ● String scalar
Start date of the race
Race.startTime ● String scalar
Start time of the race
Race.tags ● [tags!] list object
List of tags linked to the race
Returned By
getRaceById query