Manager
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 updateManager. |
firstName | — | String | — |
lastName | — | String | — |
nationality | — | String | — |
version | — | Int! required | Optimistic-locking version (participants.version) — pass as expectedVersion on updateManager. |
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). |
currentTeam | — | Team | Current team — derived from the active (end_date IS NULL) team_staff_membership for this individual (most recent start_date). Not a stored FK. Null when unassigned. |