stack

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

AdminTypes.SavedSearchDeletePayload interface

Return type for savedSearchDelete mutation.

Signature:

export interface SavedSearchDeletePayload 

Properties

Property Modifiers Type Description
deletedSavedSearchId?   Maybe<Scalars[‘ID’][‘output’]> (Optional) The ID of the saved search that was deleted.
shop   Shop The shop of the saved search that was deleted.
userErrors   Array<UserError> The list of errors that occurred from executing the mutation.