RangeInput (Input)
Description
RangeInput class is used to filter fields of type date or number. It allows specifying a range with greater than, greater than or equal, less than, and less than or equal conditions.
Fields
Name | Description |
---|---|
gt - String | Greater than condition for date or number fields (value should be a JSON string) |
gte - String | Greater than or equal condition for date or number fields (value should be a JSON string) |
lt - String | Less than condition for date or number fields (value should be a JSON string) |
lte - String | Less than or equal condition for date or number fields (value should be a JSON string) |
input RangeInput {
gt: String
gte: String
lt: String
lte: String
}