OBJECT
SolutionActivityLogConnection
Relay connection over the aggregated activity stream, newest first. Cursors
are keyset anchors (run timestamp + id), so paging stays stable while new runs
keep arriving at the top — forward-only (first/after).
link GraphQL Schema definition
- type SolutionActivityLogConnection {
- # Pagination data for this connection.
- : PageInfo!
- # Contains the nodes in this connection.
- : [SolutionActivityLogEdge]!
- }