neo4j-js-ng2 icon indicating copy to clipboard operation
neo4j-js-ng2 copied to clipboard

Cypher mode does not display the response

Open almereyda opened this issue 5 years ago • 1 comments

When trying to run the example query

MATCH (n) RETURN n, LABELS(n), ID(n)

via the (admittedly hidden) Cypher query mode, the response successfully contains all expected nodes, but is not drawn. The browser console does also not reveal an error message, why this may have failed.

almereyda avatar Mar 22 '19 19:03 almereyda

The respective simple query * returns all nodes sufficiently.

almereyda avatar Mar 22 '19 20:03 almereyda