INPUT_OBJECT

ReportComponentRangeFilter

Filter input events of a report component to a range of time within a report.

link GraphQL Schema definition

  • input ReportComponentRangeFilter {
  • # The report-relative start time, in milliseconds.
  • startTime: Int!
  • # The report-relative end time, in milliseconds.
  • endTime: Int!
  • }