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.
- String! :
- # The value to search for.
- Float! :
- # An operator that defines how to apply the search value to the attribute.
- RangeOperator! :
- }