and another question :slightly_smiling_face: i wan...
# prisma-whats-new
t
and another question 🙂 i want to use cascading deletion. is this triggering my own resolvers or just done by the db?
at the moment i have the feeling only the parent resolver is triggered
n
cascading deletes on the DB level are still on the roadmap: https://github.com/graphcool/prisma/issues/1262
t
but at the moment i can already do this @relation(name: “TestOnProject”, onDelete: CASCADE)
and its working
n
the directive already includes the
onDelete
field etc, but it doesn't have an effect at the moment
t
really …hmm i was sure that the other nodes have been deleted… hmmm
maybe i didn’t see them because of missing relation
ok yes relation 😄
ok than i have to implement the same like in graphcool in the past till we get this nice feature