Feature request: parity between RETURN <node>
and RETURN <relationship>
#57
Labels
bug
Something isn't working
RETURN <node>
and RETURN <relationship>
#57
For the query
MATCH (A)-[r]->(B)
,RETURN r
will provide the full dict of attributes. It would be nice to see the same behavior when returning nodes, e.g. havingRETURN A
provide all node info. Currently, the returned attribute is only the name, and undefined whenname
is not part of the matching (as in the karate club example match).In the meantime, is there any way to request GrandCypher to return all attributes of the matched node?
The text was updated successfully, but these errors were encountered: