OBJECT

ReportEventPaginator

The ReportEventPaginator represents a paginated list of report events.

link GraphQL Schema definition

  • type ReportEventPaginator {
  • # The list of events obtained.
  • data: JSON
  • # A timestamp to pass in as the start time when fetching the next page of data.
  • nextPageTimestamp: Float
  • }