Skip to main content
Version: Beta

SavedSearchMutation.update

Enterprise
description

Update saved search by saved search ID

update(
id: String!
name: String!
type: SavedSearchType!
filters: SavedSearchFiltersInput
alertSetting: AlertSettingInput
timeToLive: Int
projectCode: String
): SavedSearch!

Arguments

update.id ● String! non-null scalar

Saved search Id for saved search to be updated

update.name ● String! non-null scalar

Saved Search Name (e.g., COVID Impacts on Financial Risk Management)

update.type ● SavedSearchType! non-null enum

Saved search type, e.g., PERSONAL, DASHBOARD, etc.

update.filters ● SavedSearchFiltersInput input

Search details, Combination of keyword, companies, document source, Industries, etc.

update.alertSetting ● AlertSettingInput input

Alert details for saved search

update.timeToLive ● Int scalar

Time To Live is saved search link expiration timestamp in seconds

update.projectCode ● String scalar

Project code under which this saved search will be updated. Note: for now project code is immutable, so once a saved search has been created under a specific project code, this code will not be updated, but adding it here in case product team want this project code to be mutable

Type

SavedSearch object

Loading...