conditionalFilters

Examples

input ConditionalFilters {
  condition: ConditionType
  fieldName: FilterTypes
  values: [String]
  greaterThan: Float
  lessThan: Float
}

Fields

Field
Description
Supported fields

condition ConditionType

NOT condition type can be used to exclude filter values

fieldName FilterTypes

The field to apply the filter on

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