INPUT_OBJECT
CreateMentions
link GraphQL Schema definition
1 input CreateMentions { 3 2 CreateMention!] : [ 10 4 # Extensible list of flags to augment mention creation. 5 # Possible values: 6 # - shouldSyncExistingMentions: emits mention modified event for existing mentions 7 # - shouldUpdateAudienceDataForExistingMentions: updates existing mentions with 8 # provided audience data 9 String] : [ 14 11 # Optionally, specify the redis watchlist last updated timestamp. 12 # If this is set, it will obtain the redLock by watchlistId. 13 Int : 15 }