Home > @infiniteobjects/shopify-data-manager > AdminTypes > SavedSearchUpdateInput
The input fields to update a saved search.
Signature:
export interface SavedSearchUpdateInput
Property | Modifiers | Type | Description |
---|---|---|---|
id | Scalars[‘ID’][‘input’] | ID of the saved search to update. | |
name? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) A descriptive name of the saved search. | |
query? | InputMaybe<Scalars[‘String’][‘input’]> | (Optional) The query string of a saved search. This included search terms and filters. |