{
"operationName": "ChartMarketData",
"variables": {
"symbols": ["AAPL"],
"symbolDialectType": "CHARTING",
"where": {
"startDateTime": { "eq": "2024-05-01T00:00:00.000Z" },
"endDateTime": { "eq": "2025-05-02T23:59:59.000Z" },
"timeSeriesType": { "eq": "ONE_WEEK" },
"includeIntradayData": true
}
},
"query": "query ChartMarketData..."
}