Skip to main content
Version: Latest

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

Type

Int scalar

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.

Loading...