Player
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 updatePlayer. |
firstName | — | String | — |
lastName | — | String | — |
nationality | — | String | — |
dateOfBirth | — | Date | — |
version | — | Int! required | Optimistic-locking version (participants.version) — pass as expectedVersion on updatePlayer. |
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). |