Ok, for those who are in need of something like wh...
# prisma-whats-new
s
Ok, for those who are in need of something like what I've been looking for, this is the most accessible article yet : https://dev-blog.apollodata.com/tutorial-graphql-subscriptions-client-side-40e185e4be76
n
have you seen How to GraphQL? there also is a dedicated chapter on subscriptions: https://www.howtographql.com/react-apollo/8-subscriptions/
πŸ’― 2
πŸ‘ 1
s
Didn't know it existed! Thanks for the hint
a
yea i forgot to mention how to graphql is amazing!
s
Just a little thing that is bugging me on your link : the video mentions subscriptions-transport-ws but the text bellow is using apollo-link-ws. Which is good, if not all options?
n
ah sorry! the videos are outdated and are not using the latest graphcool and apollo versions!
to ensure you’re up to date, follow the written tutorial πŸ™‚
πŸ‘ 1
s
Kk! Btw, I'm using Scaphold, is there anything I should know beside what the tutorial mentions?
πŸ˜‚ 1
n
subscriptions-transport-ws
protocol had a couple of breaking changes half a year ago (see https://github.com/apollographql/subscriptions-transport-ws/issues/149), I'm not sure if Scaphold's Subscription API has been adjusted πŸ™‚