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: PageInfo!
  • # Contains the nodes in this connection.
  • edges: [SolutionActivityLogEdge]!
  • }