Home > @infiniteobjects/shopify-data-manager > AdminTypes > SavedSearchDeletePayload
Return type for savedSearchDelete mutation.
Signature:
export interface SavedSearchDeletePayload
| 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. |