INPUT_OBJECT
UpdateWatchlist
link GraphQL Schema definition
1 input UpdateWatchlist { 3 2 : ID! 5 4 : DateTime 7 6 : DateTime 9 8 : String 11 10 : [ID!] 15 12 #   Set structured metadata on the watchlist. 13 #   The data is subject to a set of schemas. 14 : JSONData 17 16 : SearchIndex 19 18 : ID 21 20 : [ID!] 23 22 : [CreateSubscriptionInWatchlist!] 25 24 : [CreateCognitiveSearchInWatchlist!] 32 26 #   Indicates whether or not the watchlist should be disabled. 27 #   The Veritone platform can administratively disable watchlists 28 #   if the search scope as measured in number of mentions 29 #   exceeds organization limits. The owner can then modify the 30 #   watchlist parameters to reduce the scope and re-enable the watchlist. 31 : Boolean 35 33 #   Indicates whether or not the watchlist expiration notification should be enable 34 : Boolean 39 36 #   Enforce mention regeneration even when cognitive search profile 37 #   and target filters have not changed. 38 : Boolean 40 }