INPUT_OBJECT

UpdateSearchFilterMutationInput

The input object that defines the fields for the updateSearchFilter mutation.

link GraphQL Schema definition

  • 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
  • }

link Require by