Am i doing wrong with something? I just cloned the...
# prisma-whats-new
o
Am i doing wrong with something? I just cloned the code and yarn install yarn start but subscriptions never work
o
@oxyoxy88 I think if you grab the code for react-graphql from graphcool and followed the instructions on the Readme.md it should work. I managed to use the Instagram following the instructions here -> https://github.com/graphcool-examples/react-graphql/tree/master/subscriptions-with-apollo-instagram
I believe the default will lock the apolloclient and subscriptions-transport-ws versions. If you want to try apollo client 2.0, it will require some work since the code is not updated to support that.
o
@oREDi Thank you I changed graphcool to graphcool@next and now everything is ok