Is there a way to retrieve from an existing db a list of properties that 
are linked to 1 or more nodes having a specific label?

So, if I've created 

(n:label1 {prop1: 'prop1value'})
(m:label1 {prop2 : 'prop2value'})

a call like

/db/data/labels/*label1*/properties 

would return 

["prop1","prop2"] 

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to neo4j+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to