Commit 9d91564
committed
support the graphql-ws subprotocol
* The protocol for message exchange employed over a websocket
connection is referred as the subprotocol.
* We currently use the `graphql-ws` subprotocol for serving GraphQL
subscriptions over websockets.
* The JavaScript library which implements the `grahpql-ws` subprotocol
is no longer maintained.
* This PR adds support for the `graphql-transport-ws` subprotocol,
allowing us to migrate our client away from this unsupported library.
* This requires graphql-python/graphql-ws#65
and a new release of the Python graphql-ws library to work.1 parent 7a6e1b9 commit 9d91564
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
367 | 368 | | |
368 | 369 | | |
369 | 370 | | |
370 | | - | |
| 371 | + | |
371 | 372 | | |
372 | 373 | | |
373 | 374 | | |
374 | 375 | | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
375 | 380 | | |
376 | 381 | | |
377 | 382 | | |
| |||
415 | 420 | | |
416 | 421 | | |
417 | 422 | | |
418 | | - | |
| 423 | + | |
| 424 | + | |
419 | 425 | | |
0 commit comments