-
|
Subscriptions aren't working for my frontend, but they are working from GraphiQL, so it seems I must have everything set up correctly on the backend. On the frontend I'm using Apollo so it's relatively trivial to get frontend set up correctly too. But when I run the frontend in Firefox I get this message: The only discernible difference between what GraphiQL sends and what my frontend sends is a header. And what my frontend sends: I've found mention of |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I've actually just found this note in Apollo's docs. So it looks like I need to switch to |
Beta Was this translation helpful? Give feedback.
I've actually just found this note in Apollo's docs.
So it looks like I need to switch to
subscriptions-transport-wsuntilgraphql-wsis supported here? #1022