INPUT_OBJECT

GenerateExtensionRatingsCSVReportInput

GenerateExtensionRatingsCSVInput takes an extensionID and some time range info for generating a CSV of extension ratings data for an extension developer. Authenticated on UserID via oauth token and OWL (via the ExtensionRatings backend).

link GraphQL Schema definition

1input GenerateExtensionRatingsCSVReportInput {
5
2# endAt is expected to be RFC3339 UTC and is inclusive in the results when
3# truncated to YYYY-MM-DD.
4endAt: Time!
8
6# extensionID to generate a CSV of ratings data for.
7extensionID: ID!
12
9# startAt is expected to be RFC3339 UTC and is inclusive in the results when
10# truncated to YYYY-MM-DD.
11startAt: Time!
13}