INPUT_OBJECT
The input object that defines the fields for the updateSearchFilter mutation.
input UpdateSearchFilterMutationInput {# Whether the filter is available to every user (admins only).all_users: Boolean# The filter's name.name: String# The actual filter, as JSON.filter: String}