INPUT_OBJECT
Used in the Search object. Allows you to search against IP address fields.
Search
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!}