who can help to setup subscriptions on client side...
# prisma-whats-new
v
who can help to setup subscriptions on client side?
v
I'm already using it, but got an error http://prntscr.com/iq07r7
j
Mhh can you post this part of your code?
And do you have test this tutorial?
git clone https://github.com/apollographql/graphql-tutorial.git cd graphql-tutorial git checkout t7-start cd server && npm install cd ../client && npm install
and then start the server and the client
v
thanks I will try