Jul 29, 2017 · 1 min read
Thanks in large part to your tutorial, I know have Apollo queries, mutations and subscriptions working!
A question about `addGraphQLSubscriptions`. I’m seeing a console message saying:
This method becomes deprecated in the new package graphql-transport-ws. Start using the GraphQLTransportWSClient to make queries, mutations and subscriptions over websockets.
What is involved in upgrading to `graphql-transport-ws`?
