rescript-apollo-client
rescript-apollo-client copied to clipboard
subscriptions-transport-ws has been deprecated
https://github.com/apollographql/subscriptions-transport-ws/blob/master/CHANGELOG.md
As of @apollo/[email protected] GraphQLWsLink has been added to @apollo/client/link/subscriptions to replace it.
https://github.com/apollographql/apollo-client/blob/main/CHANGELOG.md#improvements-3
Would require a breaking change.
Requires writing bindings for graphql-ws's createClient function and the GraphQLWsLink
👍 Seems worth the breaking change.