SavedSearchCreateInput input object
Specifies the fields required to create a saved search.
Input fields
- name (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)) REQUIRED
A descriptive name of the saved search. - query (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)) REQUIRED
The query string of a saved search. This includes search terms and filters. - resourceType (
[SearchResultType!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/searchresulttype)) REQUIRED
The type of resouce this saved search is searching in.
