Replies: 1 comment
-
This isn't an active recommendation, to highlight this:
The WebSocket transports that are available for GraphQL are unfortunately not spec-based. This means that the specific transport-characterics of each library must be used. For example, some GraphQL libraries for other languages have used the same transport pattern of either of these libraries to support WebSockets, so users can simply use one of the above libraries that's supported by them. This is why it's important to call out that users have to check which of the two their backends supports rather than to assume that they can use any. If you control and write your own GraphQL API in JS specifically then that doesn't apply to you, but we can't remove the section on In practice, |
Beta Was this translation helpful? Give feedback.
-
subscriptions-transport-ws has been archived for over a year but is still being recommended on this page:
Then under that:
Might be a good idea to not suggest it at all.
Beta Was this translation helpful? Give feedback.
All reactions