Search code snippets, questions, articles...

Get the type of relationship variables of a node Cypher query neo4j

The below Cypher query will return the variable types of nodes connected with a specific node.
MATCH (:Person {name: 'J.T. Walsh'})-[r]->(movie)
RETURN type(r)
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet