# SavedSearch - admin-graphql - OBJECT Version: 2024-10 ## Description A saved search is a representation of a search query saved in the admin. ### Access Scopes ## Fields * [filters](/docs/api/admin-graphql/2024-10/objects/SearchFilter): SearchFilter! - The filters of a saved search. * [id](/docs/api/admin-graphql/2024-10/scalars/ID): ID! - A globally-unique ID. * [legacyResourceId](/docs/api/admin-graphql/2024-10/scalars/UnsignedInt64): UnsignedInt64! - The ID of the corresponding resource in the REST Admin API. * [name](/docs/api/admin-graphql/2024-10/scalars/String): String! - The name of a saved search. * [query](/docs/api/admin-graphql/2024-10/scalars/String): String! - The query string of a saved search. This includes search terms and filters. * [resourceType](/docs/api/admin-graphql/2024-10/enums/SearchResultType): SearchResultType! - The type of resource this saved search is searching in. * [searchTerms](/docs/api/admin-graphql/2024-10/scalars/String): String! - The search terms of a saved search. ## Connections ## Related queries * [automaticDiscountSavedSearches](/docs/api/admin-graphql/2024-10/queries/automaticDiscountSavedSearches) List of the shop's automatic discount saved searches. * [codeDiscountSavedSearches](/docs/api/admin-graphql/2024-10/queries/codeDiscountSavedSearches) List of the shop's code discount saved searches. * [collectionSavedSearches](/docs/api/admin-graphql/2024-10/queries/collectionSavedSearches) Returns a list of the shop's collection saved searches. * [discountRedeemCodeSavedSearches](/docs/api/admin-graphql/2024-10/queries/discountRedeemCodeSavedSearches) List of the shop's redeemed discount code saved searches. * [draftOrderSavedSearches](/docs/api/admin-graphql/2024-10/queries/draftOrderSavedSearches) List of the shop's draft order saved searches. * [fileSavedSearches](/docs/api/admin-graphql/2024-10/queries/fileSavedSearches) A list of the shop's file saved searches. * [orderSavedSearches](/docs/api/admin-graphql/2024-10/queries/orderSavedSearches) List of the shop's order saved searches. * [productSavedSearches](/docs/api/admin-graphql/2024-10/queries/productSavedSearches) Returns a list of the shop's product saved searches. * [urlRedirectSavedSearches](/docs/api/admin-graphql/2024-10/queries/urlRedirectSavedSearches) A list of the shop's URL redirect saved searches. ## Related mutations * [savedSearchCreate](/docs/api/admin-graphql/2024-10/mutations/savedSearchCreate) Creates a saved search. * [savedSearchUpdate](/docs/api/admin-graphql/2024-10/mutations/savedSearchUpdate) Updates a saved search. ## Related Unions ## Examples