Are Prisma / GraphQL subscriptions reliable ?? In ...
# orm-help
p
Are Prisma / GraphQL subscriptions reliable ?? In my applications they randomly sometimes work and sometimes won't ?
f
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.