INPUT_OBJECT
SearchIntegerField
Used in the Search object. Allows you to search against integer fields.
link GraphQL Schema definition
- input SearchIntegerField {
- # The model attribute you wish to reference.
- : String!
- # The value to search for.
- : Int64Bit!
- # An operator that defines how to apply the search value to the attribute.
- : RangeOperator!
- }