cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

What to do to show name on node

I have run below cypher on a blank database,

MERGE (adam:Person {Name: "Adam"}) MERGE (aan:Person{Name: "Aan"})-[:PARENT]->(adam)

When I am trying to see the Person node in Neo4J Desktop browser, I can see no name appears in bubble, What needs to be done to show the names like below,

3X_c_b_cb57b7dfa7e4306d4fc8ea645521807e6a99b687.png

1 ACCEPTED SOLUTION

Hello @MD_AJMAL_YAZDANI

The solution is here or here from the documentation.

Regards,
Cobra

View solution in original post

2 REPLIES 2

Hello @MD_AJMAL_YAZDANI

The solution is here or here from the documentation.

Regards,
Cobra

Thanks Cobra. It's should show by default, my assumption.