Home > @infiniteobjects/shopify-data-manager > AdminTypes > SavedSearchCreateInput
The input fields to create a saved search.
Signature:
export interface SavedSearchCreateInput
Property | Modifiers | Type | Description |
---|---|---|---|
name | Scalars[‘String’][‘input’] | A descriptive name of the saved search. | |
query | Scalars[‘String’][‘input’] | The query string of a saved search. This includes search terms and filters. | |
resourceType | SearchResultType | `${SearchResultType}` | The type of resource this saved search is searching in. |