INPUT_OBJECT

BulkUpdateWatchlist

link GraphQL Schema definition

1input BulkUpdateWatchlist {
5
2# New stop date for watchlist. Currently, this is the only
3# field that can be updated.
4stopDate: DateTime
8
6# Indicates whether or not the watchlist expiration notification should be enable
7enableExpirationNotification: Boolean
9}