WatchlistMutation.create
description
Create a watchlist with the given name and a list of AS ID.
create(
name: String!
companyIds: [String!]!
shared: Boolean!
userId: Int
): Watchlist!
Arguments
create.name
● String!
non-null scalar
Name of the watchlist
create.companyIds
● [String!]!
non-null scalar
List of company Ids. The company id could be AS ID, ticker code or ISIN.
create.shared
● Boolean!
non-null scalar
share watchlist with other users
create.userId
● Int
scalar
Owner of the watchlist, specify if you want to create this watchlist for someone else. Only available for watchlist admins.
Type
Watchlist
object
Loading...