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