INPUT_OBJECT

CreateSubscriptionInWatchlist

Used to create a subscription while creating a watchlist. The subscription will be for the new watchlist.

link GraphQL Schema definition

1input CreateSubscriptionInWatchlist {
3
2objectType: SubscriptionObjectType
5
4contact: CreateSubscriptionContact!
7
6frequency: SubscriptionFrequency
9
8scheduledDay: DayOfWeek
11
10scheduledTime: Time
13
12scheduledTimeZone: String
14}