INPUT_OBJECT

FileWatchlist

link GraphQL Schema definition

1input FileWatchlist {
4
2# ID of the watchlist to file
3watchlistId: ID!
7
5# ID of the new parent folder
6folderId: ID!
11
8# Order index determining in what order the watchlist will be displayed
9# relative to other objects at the same level
10orderIndex: Int
12}