Using urql subscriptions with Django/Python backend #1206
-
Hi all, I'm reading the url subscriptions documentation and the two examples they give of subscription clients use Apollo Server and |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
The backend implementation doesn't really matter, if you expose a |
Beta Was this translation helpful? Give feedback.
The backend implementation doesn't really matter, if you expose a
ws:endpoint
it will connect when you use either of these client-libraries. So bothgraphql-ws
andsubscriptions-transport-ws
will work on the client, you need to pass the endpoint that is exposed from your backend