SavedSearch type represents stored search configurations that can be executed to retrieve content or assets.
Type Definition
Fields
| Field | Type | Description |
|---|---|---|
id | ID! | Unique identifier |
name | String! | Search name |
description | String | Optional description |
type | SavedSearchType! | Search type (CONTENT or ASSET) |
SavedSearchType Enum
| Value | Description |
|---|---|
CONTENT | Search returns content items |
ASSET | Search returns asset items |
Example Queries
List Saved Searches
Get Single Saved Search
Execute Saved Search
SavedSearchResult Union
TheexecuteSavedSearch query returns a union type:
