Eventjet GraphQL API documentation

RangeReportFilterInput

Input object

Input for applying a range filter via the rangeFilters argument of Query.report.

Fields

FieldDescriptionType
keyThe metric key to filter on. Obtain it from `ReportFilter.key` or `ReportMetric.key`.String!
maxInclusive upper bound. Omit to leave the upper side unbounded.Int
minInclusive lower bound. Omit to leave the lower side unbounded.Int

Used By (1)

RangeReportFilterInput is referenced by the following fields, arguments, and input fields:

TypeField
Queryreport(rangeFilters)