I'm getting update subscriptions even when there a...
# orm-help
w
I'm getting update subscriptions even when there are no 'updatedFields', is this intentional:
Copy code
"mutation": "UPDATED",
      "updatedFields": [],
Ok so workaround for this is to check if 'updatedAt' event is actually changed! fast parrot
Reported this within this issue: https://github.com/prisma/prisma/issues/2654