For the complete documentation index, see llms.txt. This page is also available as Markdown.

FloatFilter

No description

input FloatFilter {
  eq: Float
  gt: Float
  gte: Float
  lt: Float
  lte: Float
  ne: Float
  null: Boolean
}

Fields

Equals.

Greater than.

Greater than or equals.

Less than.

Less than or equals.

Does not equal.

The field value is null.

Member Of

FloatCollectionFilter input ● NumericAttributeFilter input ● NumericAttributeReferenceFilter input

Last updated

Was this helpful?