INPUT_OBJECT

SearchIpAddressField

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

link GraphQL Schema definition

  • input SearchIpAddressField {
  • # The model attribute you wish to reference.
  • attribute: String!
  • # The value to search for.
  • search_value: String!
  • # `true` to match results that match the search value. `false` to exclude results
  • # that match the search value.
  • match: Boolean!
  • }