According to https://github.com/apollographql/graphql-subscriptions, the SubscriptionManager is deprecated.
It seems like subscriptions-transport-sse will not work without SubscriptionManager.
Is there any way to use subscriptions-transport-sse with the current version of Apollo's GraphQL subscriptions without SubscriptionManager?
According to https://github.com/apollographql/graphql-subscriptions, the SubscriptionManager is deprecated.
It seems like subscriptions-transport-sse will not work without SubscriptionManager.
Is there any way to use subscriptions-transport-sse with the current version of Apollo's GraphQL subscriptions without SubscriptionManager?