Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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.
- Loading branch information