Arda TANRIKULU
Arda TANRIKULU
I didn't have that issue locally. I run `yarn install` then `yarn build` and it builds fine. You can try `yarn install` and `yarn dedupe` to make sure it deduplicates...
Could you give more details about your subgraphs? Do they use graphql-ws protocol? Or maybe they use the legacy subscriptions-transport-ws?
Have you tried to make the HTTP request with curl or some other http client?
```bash curl 'http://localhost:4000/graphql' \ -H 'accept: text/event-stream' \ -H 'content-type: application/json' \ --data-raw '{"query":"subscription OnProductPriceChanged { productPriceChanged { name price reviews { score } } }","operationName":"OnProductPriceChanged"}' ``` [You can initiate...
Thanks for creating the issue! PRs are welcome!
It has been released actually. Do you still have the issue?
Codegen should update it then. Nothing to do actually here. cc @eddeee888
@dependabot rebase
You can ignore generated files in your ESLint configuration.
Please share an isolated minimal reproduction on CodeSandbox, like I asked the other issues/discussions you've created; https://github.com/Urigo/SOFA/discussions/1710#discussioncomment-12369799