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 ce9ff3c commit 1073454Copy full SHA for 1073454
src/handler.ts
@@ -636,7 +636,7 @@ type AcceptableMediaType =
636
*
637
* TODO: should graphql-http itself care about content-encoding? I'd say unzipping should happen before handler is reached
638
*/
639
-async function defaultParseRequestParams(
+export async function defaultParseRequestParams(
640
req: Request<unknown, unknown>,
641
): Promise<Response | RequestParams> {
642
const method = req.method;
0 commit comments