We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bafa91 commit 92d5e74Copy full SHA for 92d5e74
pages/api/sgho-apy.ts
@@ -76,7 +76,7 @@ export default async function handler(req: NextApiRequest, res: NextApiResponse<
76
77
// Build GraphQL query based on parameters
78
let graphqlQuery: string;
79
- let variables: Record<string, string>;
+ let variables: Record<string, string | number>;
80
81
if (startDate && endDate) {
82
// Query with date range
0 commit comments