Is there any support for subscriptions in schema definition? Using Apollo Server, express and neo4j-graphql-js trying to implement subscriptions. Can anyone provide any pointers or tips for getting this to work?
Thanks
Have you tried GraphQL-yoga already instead of Apollo-Server? https://github.com/prisma/graphql-yoga
I have not. I will give that a try now, thanks.
I have give that a go and its working perfectly. Thanks for the help @appinteractive , much appreciated
@NathanPimlott what did you change to make subscriptions work exactly? I'm having some trouble.