INPUT_OBJECT

PresignDevInsightsReportURLInput

Input for presignDevInsightsReportURL mutation.

link GraphQL Schema definition

1input PresignDevInsightsReportURLInput {
4
2# Domain of report, for a GAME or EXTENSION or DROP.
3domain: PresignDevInsightsReportURLDomain!
7
5# Game ID or Extension ID or Drops Campaign ID/Reward ID.
6id: ID!
10
8# Type of report, default is OVERVIEW_V2.
9type: PresignDevInsightsReportURLReportType
11}