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
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. having RETURN A provide all node info. Currently, the returned attribute is only the name, and undefined when name 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?