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
From my understanding from the documentation, there doesn't seem to be any extra configuration that I need to set in the Hive Gateway or the Mesh Compose supergraph for subscriptions using SSE. Am I missing something?
Edit: It seems if I remove includeRootOperations: true it works, however I do need to have prefixes on the subscription. Not sure why the prefix is breaking it
The text was updated successfully, but these errors were encountered:
Thanks for creating the issue and the details.
Could you help us reproducing here? #255
Maybe it's been fixed already in the latest. You can also try it with the latest versions.
Hi, apologies for the delay in replying. Yes, after reviewing the docker image being used and updating to the latest I can confirm this issue is now resolved.
Hi,
I have a subgraph that follows this getting started example: https://the-guild.dev/graphql/yoga-server/docs/features/subscriptions#getting-started
This works perfectly fine when connecting to this subgraph and running the subscription in graphiql.
I have a supergraph component that is defined with:
Then I have my Hive Gateway:
gateway.config.ts
Running in docker-compose:
The Dockerfile copies the supergraph.graphql and gateway config into the container
When executing the query in the Hive Gateway GraphiQL, I get:
From my understanding from the documentation, there doesn't seem to be any extra configuration that I need to set in the Hive Gateway or the Mesh Compose supergraph for subscriptions using SSE. Am I missing something?
Versions:
Thanks!
Edit: It seems if I remove
includeRootOperations: true
it works, however I do need to have prefixes on the subscription. Not sure why the prefix is breaking itThe text was updated successfully, but these errors were encountered: