WatchlistPatch
input WatchlistPatch {
  name: String
  companyIds: [String!]
}
Fields
WatchlistPatch.name ● String scalar
Watchlist name, has to be unique on user-level
WatchlistPatch.companyIds ● [String!] list scalar
List of company Ids
Member of
UpdateWatchlistInput  input