We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fec934f commit d80a86aCopy full SHA for d80a86a
src/handler.ts
@@ -639,6 +639,8 @@ type AcceptableMediaType =
639
* The default request params parser. Used when no custom one is provided or if it
640
* returns nothing.
641
*
642
+ * Read more about it in {@link ParseRequestParams}.
643
+ *
644
* TODO: should graphql-http itself care about content-encoding? I'd say unzipping should happen before handler is reached
645
*/
646
async function defaultParseRequestParams(
0 commit comments