INPUT_OBJECT
CreateWatchlist
link GraphQL Schema definition
1 input CreateWatchlist { 5 2 # Date and time at which the watchlist becomes effective. 3 # If not provided, defaults to current time. 4 : DateTime 8 6 # Date and time at which the watchlist expires and is no longer effective. 7 : DateTime! 10 9 : [CreateCognitiveSearchInWatchlist!] 12 11 : String! 14 13 : [ID!] 17 15 # Optional ID for a folder the watchlist should be filed in 16 : ID 19 18 : [ID!] 23 20 # Set structured metadata on the watchlist. 21 # The data is subject to a set of schemas. 22 : JSONData 25 24 : SearchIndex 27 26 : [CreateSubscriptionInWatchlist!] 31 28 # Indicates whether or not the watchlist expiration notification should be enable 29 # The default value is false 30 : Boolean 33 32 : String 34 }