Variable MintOverviewChartQueryConst
MintOverviewChartQuery: "\n query MintOverviewChart($currentDate: String!, $reportType: String, $timeframe: MintMercuryChartTimeframeType, $categoryId: Int) {\n consumer {\n finance {\n mintOverviewChart(\n currentDate: $currentDate\n reportType: $reportType\n timeframe: $timeframe\n categoryId: $categoryId\n ) {\n currency\n currentDate\n delta\n dataPoints {\n date\n value\n }\n customDataPoints {\n date\n value\n }\n lookAlikeDataPoints {\n date\n value\n }\n forecastDataPoints {\n date\n value\n }\n forecastedSpendingCategories {\n categoryId\n value\n budgetAmount\n amount\n }\n topCategories {\n amount\n categoryId\n eomAmount\n percentage\n value\n }\n topOverBudgetCategories {\n amount\n budgetAmount\n categoryId\n eomAmount\n value\n }\n categoryId\n heroMainValue\n reportType\n subHeaderText\n subHeaderValue\n timeframe\n }\n }\n }\n }\n" = ...