You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I run a Cypher like this "MATCH (tom:Person {name: "Tom Hanks"})-[r:ACTED_IN]->(tomHanksMovies) RETURN r.roles,tomHanksMovies". Expect it return a result set where r.roles is array and tomHanksMovies is node.
But I cannot get r.roles out as an array.
Please give it a fix.
Thanks
The text was updated successfully, but these errors were encountered:
Hi all,
I run a Cypher like this "MATCH (tom:Person {name: "Tom Hanks"})-[r:ACTED_IN]->(tomHanksMovies) RETURN r.roles,tomHanksMovies". Expect it return a result set where r.roles is array and tomHanksMovies is node.
But I cannot get r.roles out as an array.
Please give it a fix.
Thanks
The text was updated successfully, but these errors were encountered: