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:
SearchFilter! -
The filters of a saved search.
-
id:
ID! -
A globally-unique ID.
-
legacyResourceId:
UnsignedInt64! -
The ID of the corresponding resource in the REST Admin API.
-
name:
String! -
The name of a saved search.
-
query:
String! -
The query string of a saved search. This includes search terms and filters.
-
resourceType:
SearchResultType! -
The type of resource this saved search is searching in.
-
searchTerms:
String! -
The search terms of a saved search.
Connections
Related queries
Related mutations
Related Unions
Examples