Is anyone using subscriptions with Prisma and the ...
# orm-help
r
Is anyone using subscriptions with Prisma and the latest
prisma-client-lib
? It doesn’t seem possible to fetch the full
{ mutation, previousValues, node, updatedFields }
payload at once. You can either subscribe to
node
,
previousValues
or
{ mutation, updatedFields }
. (issue reported here: https://www.prisma.io/forum/t/prisma-client-1-19-and-subscription-big-problem/4775/5)