Hi! is it possible to define CRUD hooks for prisma...
# orm-help
s
Hi! is it possible to define CRUD hooks for prisma2 models? I'm looking for a way to implement something like [ent privacy](https://github.com/facebookincubator/ent/blob/cdd855c8c9ec295eb1a9721b97eb4bb014cdcb55/entc/integration/privacy/ent/schema/planet.go#L43-L55)
l
If you use nexus-prisma, it is possible to write plugins (for nexus). These looks quite nice, and I'm miffed that they don't work for Prisma 1.
s
I'm looking at nexus, it seems very nice. I'll look into plugins, thanks