Trainer
Object type
Implements: Entity
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
id | — | ID! required | — |
name | — | String! required | — |
displayName | — | String | Operator-curated display name (participants.display_name) — editable via updateTrainer. |
firstName | — | String | — |
lastName | — | String | — |
location | — | String | — |
stableName | — | String | — |
area | — | String | Administrative area / county the trainer is based in (individuals.area). Populated from IHRB (Irish county); null when the feed carries name only (POD-503). |
version | — | Int! required | Optimistic-locking version (participants.version) — pass as expectedVersion on updateTrainer. |
sportId | — | ID! required | — |
createdAt | — | DateTime! required | When the participant row was first inserted (participants.created_at). |
aliases | — | [ParticipantAlias!]! required | Records merged into this canonical via the M22 merge flow (REQ-009). |