Horse
Implements: Entity
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
id | — | ID! | — |
name | — | String! | — |
displayName | — | String | — |
countryOfBirth | — | String! | — |
sex | — | HorseSex | — |
colour | — | HorseColour | — |
yearBorn | — | Int | — |
sire | — | String | — |
dam | — | String | — |
damSire | — | String | — |
bred | — | String | — |
officialRating | — | Int | — |
rprRating | — | Int | — |
topspeedRating | — | Int | — |
retired | — | Boolean! | — |
deceased | — | Boolean! | — |
breeder | — | Breeder | — |
sportId | — | ID! | — |
legacyIds | — | LegacyIds | — |
createdAt | — | DateTime! | When the participant row was first inserted (participants.created_at). |
aliases | — | [ParticipantAlias!]! | Records merged into this canonical via the M22 merge flow (REQ-009). |