conditionalFilters
Examples
input ConditionalFilters {
condition: ConditionType
fieldName: FilterTypes
values: [String]
greaterThan: Float
lessThan: Float
}
Fields
Field
Description
Supported fields
values [String]
List of string values to filter by, depending on the condition
greaterThan Float
Lower bound value for BETWEEN condition (exclusive or inclusive based on implementation)
lessThan Float
Upper bound value for BETWEEN condition (exclusive or inclusive based on implementation)
References
Fields with this object:
Last updated