We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I found in the code, that after processing graphql batch, express middleware will just call next();
https://github.com/nodkz/react-relay-network-layer/blob/master/src/express-middleware/graphqlBatchHTTPWrapper.js#L43
It causes request to be processed again by standard graphql middleware, which leads to an error.
The text was updated successfully, but these errors were encountered:
Thanks!
I'll fix it in 2 days. I have a small vacation right now and answer from mobile to you.
Sorry, something went wrong.
Fixed in 1.3.3
No branches or pull requests
Hi,
I found in the code, that after processing graphql batch, express middleware will just call next();
https://github.com/nodkz/react-relay-network-layer/blob/master/src/express-middleware/graphqlBatchHTTPWrapper.js#L43
It causes request to be processed again by standard graphql middleware, which leads to an error.
The text was updated successfully, but these errors were encountered: