I upgraded neo4j community edition from 3.0.3 to 3.1 and this query doesn't return graphical representation of all the relationships for this node anymore.
MATCH (:User {username: 'user6'})-[r]-()
RETURN r
Any reasons why it wouldn't work in 3.1?