INPUT_OBJECT

SearchFloatField

Used in the Search object. Allows you to search against float fields.

link GraphQL Schema definition

  • input SearchFloatField {
  • # The model attribute you wish to reference.
  • attribute: String!
  • # The value to search for.
  • search_value: Float!
  • # An operator that defines how to apply the search value to the attribute.
  • operator: RangeOperator!
  • }