searchParticipants
Polymorphic name-search across participants of one type. ILIKE filter
on name, alias-aware (merged rows are excluded). Returns the Entity
interface — callers spread ...EntityBase plus subtype-specific
inline fragments to pick the fields each surface needs in one document.
Drives the racing-registry table page + the possible-duplicates
directory-search + autocomplete inputs.
Returns: [Entity!]!
Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
entityType | ParticipantEntityType! | — |
query | String! | — |
limit | Int | — |
offset | Int | — |