Neo4j: Cypher feature request: list all distinct labels in db

Created on 8 Oct 2013  路  4Comments  路  Source: neo4j/neo4j

This would be handy. Available from REST/Java API, but not Cypher.

cypher feature

Most helpful comment

this is solved in 3.0 with call db.labels(). Thanks!

All 4 comments

This is actually missing by design, we're wanting to add more comprehensive introspection abilities to cypher, like a system graph that can be queried for this sort of data. We'll see. In any case, it's currently out of scope for 2.0, but I'll mark this as a feature request to track progress.

+1

+1

this is solved in 3.0 with call db.labels(). Thanks!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sgehrig picture sgehrig  路  4Comments

fabio-510 picture fabio-510  路  5Comments

mammadalipour picture mammadalipour  路  3Comments

lassewesth picture lassewesth  路  5Comments

Shib4 picture Shib4  路  5Comments