Bump GraphiQL to the currently latest version 2.4.1.
Main changes:
Replace the now deprecated subscriptions-transport-ws with graphql-ws. Still keep subscriptions_transport_ws_version and subscriptions_transport_ws_sri inside GraphQLView instead of renaming to graphql_ws_version for backward compatibility though.
Use the built-in GraphiQL.createFetcher to create the fetcher instead of handrolling one.
Bump
GraphiQL
to the currently latest version 2.4.1.Main changes:
subscriptions-transport-ws
withgraphql-ws
. Still keepsubscriptions_transport_ws_version
andsubscriptions_transport_ws_sri
insideGraphQLView
instead of renaming tographql_ws_version
for backward compatibility though.GraphiQL.createFetcher
to create the fetcher instead of handrolling one.