-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
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
Error: No subscribe
function found! Register it using "useEngine" plugin.
#6993
Comments
Could you create a reproduction on CodeSandbox or StackBlitz? Thanks! |
This is a Sandbox that I made with a similar setup. The problem is that I can't request from Apollo Studio. Curiously, I tried to test only the source that has WS connections (I removed the rest of the sources), and It works, but, when I added one of the rest, It fail another time. |
Could you test it with the latest version? |
Hello!
I changed my .meshrc.yaml file a little bit:
I have updated all dependencies to these versions:
|
``Hello!
I have a server with graphql-mesh. Querys and mutations works well, but when I try to call a subscription, the server of graphql-mesh does not work and return me this error:
I could see that, when I try to subscribe to the server of graphql-mesh, it dindn't send the "request" to my source server.
I'm using this versions of packages:
"@graphql-mesh/cli": "0.90.5",
"@graphql-mesh/graphql": "0.98.4",
"@graphql-mesh/runtime": "0.99.5",
"@graphql-mesh/store": "0.98.4",
"@graphql-mesh/utils": "0.98.4",
"@graphql-tools/utils": "10.2.0",
"graphql": "16.8.1"
and this is a part of my meshrc.yaml file:
The text was updated successfully, but these errors were encountered: