WatchlistMutation.deleteWatchlists
Enterprise
description
Bulk mutation to delete watchlists by ids. It returns the ids of the successfully deleted watchlists.
deleteWatchlists(
ids: [Int!]!
): [Int!]
Arguments
deleteWatchlists.ids ● [Int!]! non-null scalar graph-ql-types
Type
Int scalar graph-ql-types
The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
Loading...