Skip to main content
object

A saved search is a representation of a search query saved in the admin.

•[SearchFilter!]!non-null

The filters of a saved search.

•ID!non-null

A globally-unique ID.

•UnsignedInt64!non-null

The ID of the corresponding resource in the REST Admin API.

•String!non-null

The name of a saved search.

•String!non-null

The query string of a saved search. This includes search terms and filters.

•SearchResultType!non-null

The type of resource this saved search is searching in.

•String!non-null

The search terms of a saved search.


Was this section helpful?

•query

List of the shop's automatic discount saved searches.

•query

List of the shop's code discount saved searches.

•query

Returns a list of the shop's collection saved searches.

•query

List of the shop's customer saved searches.

•query

List of the shop's redeemed discount code saved searches.

•query

List of the shop's draft order saved searches.

•query

A list of the shop's file saved searches.

•query

List of the shop's order saved searches.

•query

Returns a list of the shop's product saved searches.

•query

A list of the shop's URL redirect saved searches.


Was this section helpful?

•mutation

Creates a saved search.

Arguments

•SavedSearchCreateInput!required

Specifies the input fields for a saved search.


Fields

•SavedSearch

The saved search that was created.

•[UserError!]!non-null

The list of errors that occurred from executing the mutation.

•mutation

Updates a saved search.

Arguments

•SavedSearchUpdateInput!required

The input fields to update a saved search.


Fields

•SavedSearch

The saved search that was updated.

•[UserError!]!non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?


Was this section helpful?