neo4j-labs / arrows.app

A graph drawing application
https://arrows.app
Apache License 2.0
107 stars 16 forks source link

Feature request - move relationship ends #23

Open cadserf opened 3 years ago

cadserf commented 3 years ago

Would be nice to be able to change what nodes are connected by a relationship after creation - preferably in the gui.

apcj commented 3 years ago

Hi @cadserf thanks for the suggestion. We'll consider this for a future version.

seangrant82 commented 3 years ago

+1

chrissenior commented 5 months ago

+1 this would be really handy.

Additional variation: Often I find I have two nodes connected by a single relation A-[r1]->B. And I find the need to modify this to A -[r1]-> C -[r1] -> B (effectively insert a new node C where a single relationship was)