recentParticipantGroup
Recently-created participants of one entity type — drives the
operator-facing New Records / New Entities view (REQ-003). Paginated
independently per type via offset so “Load more” on one group never
refires another. Each row carries possibleDuplicateCount so the
“N matches” pill (REQ-004) renders without a follow-up query.
limit defaults to 100 — comfortably above a typical “Today” surface
for any single entity type and keeps the per-row correlated subquery
cost in check. offset is 0-indexed; clamp limit at 10000.
Returns: RecentParticipantsGroup!
Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
entityType | ParticipantEntityType! | — |
window | NewEntitiesWindow! | — |
limit | Int | — |
offset | Int | — |