You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How do I delete only the friends edge between Jane and John?
I would just like to generate the following nquad: <0x2> <Person.friends> <0x1>, but if I call anything like jane.friends.delete(john); I get more than just that edge deleted:
<0x1> * * .
<0x2> <Person.friends> <0x1> .
The text was updated successfully, but these errors were encountered:
andrejpavlovic
changed the title
Need option to delete only edge
Need a way to delete only edge between two nodes
Oct 31, 2020
Sample data:
How do I delete only the
friends
edge between Jane and John?I would just like to generate the following nquad:
<0x2> <Person.friends> <0x1>
, but if I call anything likejane.friends.delete(john);
I get more than just that edge deleted:The text was updated successfully, but these errors were encountered: