OBJECT

GenerateExtensionRatingsCSVReportPayload

GenerateExtensionRatingsCSVPayload returns the filename that the CSV report will have when it is completed, and gives the caller something to poll for.

link GraphQL Schema definition

1type GenerateExtensionRatingsCSVReportPayload {
2
3# reportFilename is the filename for the generated report.
4reportFilename: String
5
6}