Main Content
nodeLabels
All node labels in Neo4j database
Description
returns all node labels in the Neo4j® database using the Neo4j database connection nlabels
= nodeLabels(neo4jconn
)neo4jconn
. You can retrieve the
entire graph or search for a subgraph using the node labels. To search the graph
database for relationship types instead, see relationTypes
.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2016b