You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.
If you use http-compatible compression (deflate, gzip) then express-graphql's body parser will automatically deflate the compressed body.
If you're doing some custom compression technique, then you will need to create your own middleware to decompress the body before using the express-graphql middleware.
Hi !
I have a compressed query in req, and I want to decompress it before send to GraphiQL. Why this code doesn't work ? Is it possible ?
Thx !
The text was updated successfully, but these errors were encountered: