The simplest way to get all relationships for a single node is like this:
MATCH (:User {username: 'user6'})-[r]-()
RETURN r
The simplest way to get all relationships for a single node is like this:
MATCH (:User {username: 'user6'})-[r]-()
RETURN r