Jockey
Implements: Entity
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
id | — | ID! | — |
name | — | String! | — |
firstName | — | String | — |
lastName | — | String | — |
nationality | — | String | — |
allowance | — | Int | — |
minimumWeight | — | Int | — |
licenseType | — | String | — |
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). |