INPUT_OBJECT

CreateMentions

link GraphQL Schema definition

1input CreateMentions {
3
2mentions: [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
9flags: [String]
14
11# Optionally, specify the redis watchlist last updated timestamp.
12# If this is set, it will obtain the redLock by watchlistId.
13watchlistUpdatingTimestamp: Int
15}