Skip to main content
Version: Beta

WatchlistPatch

input WatchlistPatch {
name: String
companyIds: [String!]
type: WatchlistType
source: String
}

Fields

WatchlistPatch.name ● String scalar graph-ql-types

Watchlist name, has to be unique per user and watchlist type

WatchlistPatch.companyIds ● [String!] list scalar graph-ql-types

List of company Ids

WatchlistPatch.type ● WatchlistType enum graph-ql-types

Type of the watchlist: USER, SYSTEM_GENERATED, etc

WatchlistPatch.source ● String scalar graph-ql-types

Source of the watchlist creation: WATCHLIST, COPRO, etc

Member Of

UpdateWatchlistInput input