Open
Description
When I load child objects (such as with parent.loadRelations(['child'])
) and modify a property on the child object, I'd like to be able to persist the whole tree at once by calling parent.save()
. Since I'm manually (lazy) loading with loadRelations()
, perhaps I could also saveRelations()
?