Could anyone confirm if cascading deletes are work...
# prisma-whats-new
e
Could anyone confirm if cascading deletes are working with Prisma 1.1.3? I'm continuing getting this error:
The change you are trying to make would violate the required relation
n
Cascading deletes are not yet available as a feature.
e
Ok, thanks, I thought I was doing something wrong!
I saw a "check" mark somewhere saying it was already available.
n
That's about the specification of the feature, not the implementation.
You can track the progress of cascading deletes here: https://github.com/graphcool/prisma/pull/1825