This would be handy. Available from REST/Java API, but not Cypher.
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!
Most helpful comment
this is solved in 3.0 with
call db.labels(). Thanks!