INPUT_OBJECT

UnfileWatchlist

link GraphQL Schema definition

1input UnfileWatchlist {
4
2# ID of the watchlist to unfile
3watchlistId: ID!
7
5# ID of the parent folder. The watchlist will be removed from this folder.
6folderId: ID!
8}