-
We have an unusual situation where we ended up having a large number of headers in a request. Generally by using If I reduce the header size everything works fine. Any suggestions on where I should be looking at to get around this problem. Is it possible to chose a different library instead of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
For those coming to this if you want to get around it, use expressJS and wrap graphql-mesh handler. Here is an example that worked for me.
|
Beta Was this translation helpful? Give feedback.
For those coming to this if you want to get around it, use expressJS and wrap graphql-mesh handler. Here is an example that worked for me.