OBJECT
WatchlistList
link GraphQL Schema definition
1 type WatchlistList implements Page { 2 3 Watchlist] : [ 4 5 # Provide an offset to skip to a certain element in the result, for paging. 6 Int! : 7 8 # Maximum number of results that were retrieved in this query; page size 9 Int! : 10 11 # Number of records returned in this response 12 Int : 13 14 }
link Required by
- Folder
- MutationMutations are used to modify data. Each mutation takes an input that contains the data necessary to create or update the data in question.
- Organization
- QueryQueries are used to retrieve data. If you're new to our API, try the `me` query to explore the information you have access to. Hit `ctrl-space` at any time to activate field completion hints, and mouse over a field or parameter to see its documentation.