-
The subscriptions-transport-ws library is not being actively maintained. It is recommended that you use the graphql-ws library instead. For details read the GraphQL over WebSockets announcement.
Re…
-
Since v1.11.0, for some reason invalid queries (for example querying a field on an object that does not exist, or forgetting to add a required argument) always result in a PUSH responses from `process…
-
@MikeBild Could you please add a something like "Server-Sent Events vs. WebSockets (pros and cons)" section to the `README.md`?
-
Hello there ! Firstly I would thanks you for this library.
While the querying part over HTTP works well, I encountered an issue using WebSocket.
When I try to connect an absinthe web socket I get …
-
## What
I suggest to add support for [GraphQL subscriptions](https://www.apollographql.com/docs/react/data/subscriptions/) (example tutorial from Apollo).
## Why
To support all three main Gr…
-
**Describe the issue**
We see authotization errors for almost every Subscription that is started by GraphQL-Flutter on our server (GraphQL-Java).
1. The `connection_init` message contains an `Au…
-
Hi,
Thanks for this project that simplifies the burden on how to setup subscription. My issue is that it relies on **subscriptions-transport-ws** which is deprecated to the benefit of https://the-g…
-
The current GraphiQL interface served by the handler sends GraphQL subscriptions over HTTP, which is not expected to work. [This article](https://dev-blog.apollodata.com/how-to-use-subscriptions-in-gr…
-
Hello there,
I've encountered a blocker at work with GraphQL **subscriptions over WebSockets**, and I need some help.
The tech stack in my company requires an Angular front-end to connect to a Do…
-
### Version Information
Server Version: v2.17.1
### Environment
OSS
### What is the current behaviour?
For several weeks, we’ve noticed large CPU spikes on our `graphql-engine` containe…