Are Prisma / GraphQL subscriptions reliable ?? In my applications they randomly sometimes work and sometimes won't ?
f
Fran Dios
01/17/2019, 4:17 PM
They work well for basic mutations at least for me. However, there are some limitations described in the docs. If I remember correctly, batch mutations (updateMany) and nested mutations don’t fire subscription events.