dateRange

Date range filter for time-based report queries.

Examples

input DateRange {
  from: Float
  to: Float
}

Fields

Field
Description
Supported fields

from Float

Start timestamp (UTC epoch, default: 0)

to Float

End timestamp (UTC epoch, default: maximum value)

References

Fields with this object:

Last updated