All relationship types in Neo4j database
returns all relationship types in the Neo4j® database using the Neo4j database connection rtypes
= relationTypes(neo4jconn
)neo4jconn
. You can retrieve the
entire graph or search for a subgraph using the relationship types. To search the
graph database for node labels instead, see nodeLabels
.
close
| neo4j
| nodeLabels
| propertyKeys