ParticipantAlias
An alias of a canonical participant — one row per merge written into
participant_aliases (M22, REQ-009). Carries the retired record’s
display name, the provider that originated it, and when the merge ran,
so the profile’s Aliases card can show “Weatherbys = Desert Princ”
alongside the merge date.
Fields
Section titled “Fields”| Field | Args | Type | Description |
|---|---|---|---|
id | — | ID! | Stable alias row id (UUID). |
retiredId | — | ID! | The retired participant id this alias resolves from. |
provider | — | String! | Provider that introduced the retired record (e.g. ‘Weatherbys’, ‘Manual’). |
alias | — | String! | The retired record’s display name (e.g. ‘Desert Princ’). |
mergedAt | — | DateTime! | When the merge that created the alias was committed. |