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

Update GraphiQL, add GraphiQL subscription support #1001

Merged

Commits on Jul 11, 2020

  1. Update GraphiQL, add GraphiQL subscription support

    * Update the GraphiQL template to use the latest versions of react,
      react-dom, graphiql, and (new) subscriptions-transport-ws.
    * Add support for websocket connections and subscriptions to the
      GraphiQL template.
    * Add a `SUBSCRIPTION_URL` configuration option to allow GraphiQL to
      route subscriptions to a different path (allowing for more advanced
      infrastructure scenarios).
    * Update the README to include some starting points for implementing
      subscriptions and configuring `SUBSCRIPTION_URL`.
    eabruzzese committed Jul 11, 2020
    Configuration menu
    Copy the full SHA
    ab569ea View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Configuration menu
    Copy the full SHA
    a65b2a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de1b7b8 View commit details
    Browse the repository at this point in the history