Skip to content

Distance

Object type

Race distance. Stored canonically as metres in Aurora; yards and furlongs are derived in the GraphQL layer (yards = metres / 0.9144, furlongs = yards / 220).

FieldArgsTypeDescription
yardsInt! requiredRace distance in yards.
furlongsFloatRace distance in furlongs. Null when the source did not provide enough precision.
displayTextString! requiredHuman-readable distance, always formatted as miles/furlongs/yards — e.g. 1m 2f 110y (POD-577). Derived from the canonical metres at read time.