Skip to main content
Version: 2024-10-11

AggregateStatsFilterRange

Filter the value of a specific field by a range

input AggregateStatsFilterRange {
field: String
gte: String
lte: String
}

Fields

AggregateStatsFilterRange.field ● String scalar

The field

AggregateStatsFilterRange.gte ● String scalar

Value of field have to be greater than or equal (could be a timestamp or a number)

AggregateStatsFilterRange.lte ● String scalar

Value of field have to be less than or equal (could be a timestamp or a number)

Member Of

AggregateStatsFilter input