-
### Parent Issue
_No response_
### Task
### Task description
As a dotCMS developer, I need to investigate the effort and time required to add GraphQL subscriptions support to our system. Thi…
-
### Prerequisites
* [x] Are you running the latest version(s)?
* [x] Have you searched the [documentation for your issue](https://academy.subquery.network/)?
* [x] Did you search for an existing …
-
## 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…
-
### Summary
Summary:
This proposal suggests adding native support for GraphQL subscriptions to Redwood.js, enabling real-time data updates in applications. The feature would extend Redwood's existin…
-
Using latest release of `async-graphql` and `async-graphql-axum`. Am getting the following message when trying to use subscriptions:
```
Subscriptions are not supported on this transport.
```
Are …
-
Docs:
But it seems the option `kind` is removed from `graphql-ws`
: https://the-guild.dev/graphql/ws/docs/interfaces/client.ClientOptions
-
Per upstream change in `graphql-subscriptions` (https://github.com/apollographql/graphql-subscriptions/pull/232) it would make sense to propagate the fix to this library once released. Otherwise, an u…
-
We should also look into replacing the Polling from Connect with Graphql Subscriptions. There is this library that uses Server Sent Events instead of Websockets: https://the-guild.dev/blog/graphql-ove…
-
### Prerequisites
* [x] Are you running the latest version(s)?
* [x] Have you searched the [documentation for your issue](https://academy.subquery.network/)?
* [x] Did you search for an existing …
-
is it possible to discover graphql mutations, queries, subscriptions?