diff --git a/src/handler.ts b/src/handler.ts index 67b59f28..a2af36d7 100644 --- a/src/handler.ts +++ b/src/handler.ts @@ -636,7 +636,7 @@ type AcceptableMediaType = * * TODO: should graphql-http itself care about content-encoding? I'd say unzipping should happen before handler is reached */ -async function defaultParseRequestParams( +export async function defaultParseRequestParams( req: Request, ): Promise { const method = req.method;