Subscribing to DELETE mutations via websocket (not...
# prisma-whats-new
r
Subscribing to DELETE mutations via websocket (not server-side subscriptions): — I can't fetch
previousValues { id }
I get
Insufficient permissions
— I've tried making the entity readable by everyone, i.e. I completely relaxed the permission query. I still get insufficient permissions Has anyone seen that? What's the correct way to subscribe to deletes?