or I just use old version of subscriptions-transpo...
# prisma-whats-new
o
or I just use old version of subscriptions-transport-ws
a
You can use the new Apollo Link subscriptions, or the older version of that lib
o
@oxyoxy88 I had the same issue as well when working on a tutorial for React-Apollo at https://www.howtographql.com. The recommendation there was to lock the version at subscriptions-transport-ws@0.8.3 . But I actually went on and upgraded all my libraries to use the latest version including Apollo Client 2.0 using Apollo Link. I do have a repo at Github so you can ping me if you want it.
👍🏻 1
a
@oREDi Wouldn't you be interested in submitting a PR with the Apollo 2.0 version?
o
@agartha I will be glad to do it. But will it be the code or documentation. Sorry for the newbie question. This is like my 5th day in GraphQL
👍🏻 1
a
I'll redirect you to @nilan. He'll reply what the best way is to share your experience/code/instructions/... I haven't been on the howtographql site a lot myself 😄
o
Cool. I will wait for him to contact me then. howtographql is amazing although it might need some love with the changes on Apollo recently.
o
Thank you I'm trying Apollo Link😀
o
@oxyoxy88 Not sure if it might help but this is my repo for react-apollo https://github.com/oredi/howtographql-react-apollo
o
@oREDi Wow this is helpful Thank you