Skip to content

FilterFloatInput

About FilterFloatInput

FilterFloatInput allows for filtering based on a Float parameter. Only one field should be provided per filter object.

ne

If provided, the Float input must not be equal to the value provided to match the current filter.

Type: Float

eq

If provided, the Float input must be equal to the value provided to match the current filter.

Type: Float

le

If provided, the Float input must be less than or equal to the value provided to match the current filter.

Type: Float

lt

If provided, the Float input must be less than the value provided to match the current filter.

Type: Float

ge

If provided, the Float input must be greater than or equal to the value provided to match the current filter.

Type: Float

gt

If provided, the Float input must be greater than the value provided to match the current filter.

Type: Float

in

If provided, the Float input must be present in the values provided to match the current filter.

Type: [Float!]

between

If provided, the Float input must be between the two values provided to match the current filter.

Type: [Float!]

attributeExists

If provided and true, the filter will pass only if there is a Float in the corresponding field. If provided and false, the filter will pass only if there is not a Float in the corresponding field.

Type: Boolean