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.

Property keys

myrights99
Graph Buddy

Hello:

I am new to Neo4j and self learning from there website.

I am having little difficult to understand property keys and more than that I want to find out all property keys belongs to all nodes and relationship which should give me in slice-dice manner.

As per attached images, how i can find out that which property keys belongs to which nodes & relationships.

Any help is greatly appreciated.

2X_a_acab4cc3e769ff6e8983a5408a34845a5bfcc4cb.png

1 ACCEPTED SOLUTION

ameyasoft
Graph Maven
Try this:
CALL db.schema.nodeTypeProperties()

View solution in original post

2 REPLIES 2

ameyasoft
Graph Maven
Try this:
CALL db.schema.nodeTypeProperties()

myrights99
Graph Buddy

Thank you for your reply, that also helped me to get
CALL db.schema.relTypeProperties()