AggregateStatsFilterRange
Aggregate stats filter range
input AggregateStatsFilterRange {
field: String
gte: String
lte: String
}
Fields
AggregateStatsFilterRange.field ● String scalar
The field
AggregateStatsFilterRange.gte ● String scalar
The lower boundary (could be a timestamp or a number)
AggregateStatsFilterRange.lte ● String scalar
The upper boundary (could be a timestamp or a number)
Member Of
AggregateStatsFilter input