hello, I followed this tutorial <https://www.howto...
# prisma-whats-new
m
hello, I followed this tutorial https://www.howtographql.com/react-apollo/8-subscriptions/ to add subscription to my current project - I receive an ack and some ka but i’m not getting any data - after testing in the playground and looking at the ntwk packet i see that my apollo client sends the connection_init type but not the ‘start’ type. - the query is exactly the same i’m using in the playground - can anyone enlighten me as to what’s happening here?
i
What version of Apollo?
m
These
Copy code
"apollo-link-ws": "^1.0.0",
    "react-apollo": "^2.0.0",
i
That’s what I figured. Did you write the same code as the tutorial? It’s using Apollo 1.x.x
I think
Not completely sure, actually