# SavedSearchUpdateInput - admin-graphql - INPUT_OBJECT Version: 2024-10 ## Description The input fields to update a saved search. ### Access Scopes ## Fields * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - ID of the saved search to update. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String - A descriptive name of the saved search. * [query](/docs/api/admin-graphql/2024-10/scalars/String): String - The query string of a saved search. This included search terms and filters. ## Input objects with this input object * [savedSearchUpdate](/docs/api/admin-graphql/2024-10/mutations/savedSearchUpdate) ## Examples