eventActivity
Query
Activity log (change_log audit trail) for a sports event — the multi-sport
analogue of raceActivity. kind selects the event family and eventId is
that event’s canonical id. Returns the event’s own change_log rows plus those
of its audited child entities: football folds in participations, lineups,
match events and MATCH comments; tennis/basketball return parent-level rows
only (their detail tables are replace-synced without an audit trail);
motorsport also folds in the parent race weekend. Ordered newest first.
Returns: [ChangeLogEntry!]!
Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
kind | SportEventActivityKind! | — |
eventId | ID! | — |
limit | Int | — |