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