Open CallmeT-ty opened 7 months ago
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-over-sse They have a recipe to integrate with Apollo: https://the-guild.dev/graphql/sse/recipes#with-apollo
@acaldas Was this already implemented now? I'm unsure.
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-over-sse They have a recipe to integrate with Apollo: https://the-guild.dev/graphql/sse/recipes#with-apollo