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).
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
yards | — | Int! required | Race distance in yards. |
furlongs | — | Float | Race distance in furlongs. Null when the source did not provide enough precision. |
displayText | — | String! required | Human-readable distance, always formatted as miles/furlongs/yards — e.g. 1m 2f 110y (POD-577). Derived from the canonical metres at read time. |