--- title: SavedSearchUpdateInput - GraphQL Admin description: The input fields to update a saved search. api_version: 2024-10 api_name: admin type: input_object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SavedSearchUpdateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SavedSearchUpdateInput.txt --- # Saved​Search​Update​Input input\_object The input fields to update a saved search. ## Fields * id [ID!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/ID) non-null ID of the saved search to update. * name [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) A descriptive name of the saved search. * query [String](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) The query string of a saved search. This included search terms and filters. *** ## Mutations using this input * [saved​Search​Update.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/savedSearchUpdate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[saved​Search​Update.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/savedSearchUpdate#argument-input)