neo4j-devtools / neo4j-bloom

A public repository for informal docs, problem reporting and content sharing related to Neo4j Bloom.
Apache License 2.0
18 stars 0 forks source link

Relationship CRUD #6

Closed michela closed 5 months ago

michela commented 5 years ago

Re. Create / Update / Delete of relationship

tiansivive commented 5 years ago

Hi there.

The direction of the relationship is specified by which node you right click on to open the context menu. So if you select two nodes, A and B, and click on B, it will show A->B, wheres clicking on A will show B->A.

You can't actually delete a relationship, just like you can't delete a node. If, however, all you'd like is to not visualise one or more relationships, then you can select them, right-click to open the context menu and click on the Dismiss action.

Adding new properties to relationships is currently not available, it's something we've discussed. However, you can edit already existing properties. Just double click the relationship, or right-click and press inspect. It should show up on the left, in the relationship inspector. If you hover any property that shows up there, you'll see an edit option. Assuming of course, you have the required role in the database.

Cheers

michela commented 5 years ago

However, you can edit already existing properties

You can't delete properties in date() format

ckanz commented 5 months ago

Hi @michela, I'm not sure if it is still relevant to you, but I'm happy to say it is now possible to fully create, edit and delete nodes and relationships (including date and time properties). You can find out more about it in our docs here: https://neo4j.com/docs/bloom-user-guide/current/bloom-tutorial/edit-graph-data/

I will be closing this issue since it's been some time since the last reply. If you have any issues with Bloom, please feel free to raise a new issue here or on Canny https://neo4j-aura.canny.io/explore