Distance
Race distance. Stored canonically as metres in Aurora; yards and furlongs are derived in the GraphQL layer (yards = metres / 0.9144, furlongs = yards / 220).
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
yards | — | Int! | Race distance in yards. |
furlongs | — | Float | Race distance in furlongs. Null when the source did not provide enough precision. |
displayText | — | String! | Human-readable distance — e.g. 1m 2f 110y. |