This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-09-28
Channels
- # announcements (92)
- # aws (7)
- # babashka (13)
- # beginners (42)
- # clj-kondo (9)
- # cljdoc (25)
- # clojure (156)
- # clojure-europe (19)
- # clojure-italy (3)
- # clojure-nl (3)
- # clojure-sg (1)
- # clojure-spec (3)
- # clojure-uk (6)
- # clojurescript (21)
- # copenhagen-clojurians (1)
- # cryogen (3)
- # cursive (9)
- # datahike (3)
- # datomic (5)
- # emacs (8)
- # graphql (4)
- # introduce-yourself (3)
- # jobs (2)
- # malli (1)
- # meander (8)
- # nrepl (3)
- # off-topic (8)
- # om-next (2)
- # pathom (11)
- # rdf (5)
- # reagent (59)
- # remote-jobs (4)
- # shadow-cljs (8)
- # tools-build (23)
- # vim (16)
So am I correct in concluding that there are now two subscriptions-over-ws protocols? 1. The old one by apollo: https://github.com/apollographql/subscriptions-transport-ws 2. Which suggests to use this one: https://github.com/enisdenjo/graphql-ws And that lacinia pedestal implements the old, but not the new?
Yes. there’s also an SSE protocol as well, https://the-guild.dev/blog/graphql-over-sse
Yes.. See also https://github.com/apollographql/subscriptions-transport-ws/issues/676#issuecomment-900675064 I know for Kotlin-graphql they kind of opened up the library so users can easily create custom protocols. It would be nice to have an official one, but that seems far off.
There is a standardization effort: https://github.com/graphql/graphql-over-http/pull/140