Skip to content

entriesForParticipant

All entries (runners) for a participant, ordered by scheduled race time, most recent first. Each Runner exposes its parent race via Runner.race, so callers can render a single round-trip form table.

entityType accepts HORSE / JOCKEY / TRAINER — the resolver routes to the matching column on the entries table. Other types (OWNER) raise a validation error (ownership isn’t a per-race relationship; use the ownership-tracker surface instead).

Returns: [Runner!]!

NameTypeDescription
entityTypeParticipantEntityType!
participantIdID!
limitInt
offsetInt