AnalyticsExportUrlInput
Input for requesting an analytics export URL.
input AnalyticsExportUrlInput {
exportType: AnalyticsExportTypeEnum!
dateRange: AnalyticsDateRangeInput!
}
Fields
AnalyticsExportUrlInput.exportType ● AnalyticsExportTypeEnum! non-null enum
Type of analytics data to export
AnalyticsExportUrlInput.dateRange ● AnalyticsDateRangeInput! non-null input
Date range for the export
Member Of
analyticsExportUrl mutation