Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support the graphql-ws subprotocol #482

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Aug 9, 2023

  1. 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.
    oliver-sanders committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    9d91564 View commit details
    Browse the repository at this point in the history