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
Open the /graphiql route relative to whatever url is assigned to your running fastify server in the codesandbox.
Open the mutation and subscription operations in seperate browser tabs making sure both are in screen focus(limitation of graphiql web client where it drops the subscriptions when the subscription tab is not in focus)
Execute the subscription operation.
Execute the mutation operation.
Notice the subscription operation, it has been disconnected after the very first mutation event was emitted.
The text was updated successfully, but these errors were encountered:
adrtivv
changed the title
the inbuilt mercurius graphiql web ide drops the subscription after the first event
the inbuilt mercurius graphiql web client drops the subscription after the first event
Oct 1, 2024
Here's the codesandbox link: https://codesandbox.io/p/devbox/elastic-wind-jj3wrd
Don't forget to click the
Open Preview
button:Steps to follow:
/graphiql
route relative to whatever url is assigned to your running fastify server in the codesandbox.The subscription works normally when tested with altair chrome extension: https://chromewebstore.google.com/detail/altair-graphql-client/flnheeellpciglgpaodhkhmapeljopja?pli=1
The text was updated successfully, but these errors were encountered: