Closed lazarte closed 6 years ago
Can you share a sample that demonstrates this with the steps you took?
Just modified your Search sample for graph. Made a relationship with subject and object entity. Here is the modified sample search GraphSearch.
Thank you for submitting this. I don't see an advantage in the diff. Maybe you can explain your approach?
For whatever reason all the properties of the Entity or Relationship does not remove. Tried to have atleast 20 properties on the Entity and Relationship and check the local db some data does not remove when doing the
relationship.object?.delete()
andrelationship.delete()
.