Home > @infiniteobjects/shopify-data-manager > AdminTypes > SavedSearchUpdatePayload
Return type for savedSearchUpdate
mutation.
Signature:
export interface SavedSearchUpdatePayload
Property | Modifiers | Type | Description |
---|---|---|---|
savedSearch? | Maybe<SavedSearch> | (Optional) The saved search that was updated. | |
userErrors | Array<UserError> | The list of errors that occurred from executing the mutation. |