Could someone show me an example, how a resolver f...
# prisma-whats-new
p
Could someone show me an example, how a resolver for a deletion of a node and it's (via id) related children should look like?
n
there are two approaches, either set up cascading deletes, or provide two ids in the mutation. both should be quite straight forward. can you elaborate where you are stuck with this?