dateRangeFilter

Date range filter for time-based queries.

Examples

input DateRangeFilter {
  from: Float
  to: Float
}

Fields

Field
Description
Supported fields

from Float

Start timestamp (UTC epoch)

to Float

End timestamp (UTC epoch)

References

Fields with this object:

Last updated