Hey everybody, I have a question concerning Graph.cool. I want to delete a node called list, which has listentries associated with it.
These listentries, need the list as a 'parent'. So I need to delete these nodes as well, when deleting the list.
Is there an easy way to achieve that within REACT, or will I have to trigger those deletions all by myself?