INPUT_OBJECT

UpdateMentionExportRequest

link GraphQL Schema definition

1input UpdateMentionExportRequest {
4
2# The required mentionExportRequestId will be used for update
3id: ID!
7
5# Status of mentionExportRequest record
6status: ExportRequestStatus
10
8# The asset URI
9assetUri: String
13
11# SQL queries used to retrieve mentions from database
12sqlQueries: String
14}