Hey 👋
Are you facing any issues in implementing soft delete through middleware?
e
Eko Nur Arifin
03/29/2022, 2:17 AM
just what i think if can use as simple like this more helpful, thanks
Copy code
model Person {
// ...
deleted Date? @softDelete(type: "cascade")
}
n
Nurul
03/29/2022, 11:51 AM
Hmm, Probably worth opening a Feature Request, this would involve implementing a new annotation, our engineering team should be able to respond on the implications on having this if you can create a feature request.