Hi everyone, i implemented a simple Prisma server....
# orm-help
s
Hi everyone, i implemented a simple Prisma server. My subscriptions work very well with UPDATED and DELETED mutations, but it does not work with CREATED mutations! Can anyone help me? Thanks
c
Can you please share some snippets?
s
I followed tutorial on www.howtographql.com
c
Yes, but there are two different things 🙂
1. you have a code which doesn't work as expected 2. the howtographql tutorial might not perfectly fit your needs, they are presenting just some concepts that you can apply in your project.