savedSearchCreate - admin-graphql - MUTATION
Version: 2024-10
Description:
Creates a saved search.
Access Scopes
Arguments
-
input:
SavedSearchCreateInput! -
Specifies the input fields for a saved search.
Returns
-
savedSearch:
SavedSearch
The saved search that was created.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples