This is a bit of a general question.
If I mark an entity as setDeleted, is it possible to get Breeze to also mark children / grandchildren etc. entities in the entire object graph for deletion before saveChanges is called?
Alternatively, if I'm doing soft-deletes by placing a boolean property isDeleted on all entities and setting it to true if an entity is soft-deleted, is it possible to get Breeze to change this property for a parent entity and all children / grandchildren etc. when the entity is marked for setModified and before the entities are saved?