stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SavedSearchUpdateInput

AdminTypes.SavedSearchUpdateInput interface

The input fields to update a saved search.

Signature:

export interface SavedSearchUpdateInput 

Properties

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.