INPUT_OBJECT
PresignDevInsightsReportURLInput
Input for presignDevInsightsReportURL mutation.
link GraphQL Schema definition
1 input PresignDevInsightsReportURLInput { 4 2 # Domain of report, for a GAME or EXTENSION or DROP. 3 : PresignDevInsightsReportURLDomain! 7 5 # Game ID or Extension ID or Drops Campaign ID/Reward ID. 6 : ID! 10 8 # Type of report, default is OVERVIEW_V2. 9 : PresignDevInsightsReportURLReportType 11 }