--- title: SavedSearchCreateInput - GraphQL Admin description: The input fields to create 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/SavedSearchCreateInput md: >- https://shopify.dev/docs/api/admin-graphql/2024-10/input-objects/SavedSearchCreateInput.txt --- # Saved​Search​Create​Input input\_object The input fields to create a saved search. ## Fields * name [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null A descriptive name of the saved search. * query [String!](https://shopify.dev/docs/api/admin-graphql/2024-10/scalars/String) non-null The query string of a saved search. This includes search terms and filters. * resource​Type [Search​Result​Type!](https://shopify.dev/docs/api/admin-graphql/2024-10/enums/SearchResultType) non-null The type of resource this saved search is searching in. *** ## Mutations using this input * [saved​Search​Create.​input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/savedSearchCreate#argument-input) MUTATION *** ## Map ### Mutations using this input * <\~>[saved​Search​Create.input](https://shopify.dev/docs/api/admin-graphql/2024-10/mutations/savedSearchCreate#argument-input)