INPUT_OBJECT

CreateMentionExportRequestFilter

link GraphQL Schema definition

1input CreateMentionExportRequestFilter {
4
2# List optional programIds will be filtered to export data
3programIds: [ID]
7
5# List optional marketIds will be filtered to export data
6marketIds: [ID]
10
8# List optional sourceIds will be filtered to export data
9mediaSourceIds: [ID]
13
11# List optional sourceTypeIds will be filtered to export data
12mediaSourceTypeIds: [ID]
16
14# List optional mentionStatusIds will be filtered to export data
15statusIds: [ID]
19
17# List optional spotTypeIds will be filtered to export data
18spotTypeList: [ID]
22
20# Filter mentionDate from/to
21date: CreateMentionExportRequestFilterDate
25
23# List optional watchlistIds will be filtered to export data
24watchlistIds: [ID]
26}