rsnext/examples/with-neo4j/pages/api
Adam Cowley 9774d9b1e0
Optimised Cypher queries in Neo4j example (#25973)
Thank you for including a Neo4j example!

This PR rewrites the Cypher queries using a [pattern comprehension](https://neo4j.com/docs/cypher-manual/current/syntax/lists/#cypher-pattern-comprehension) which will make them more performant and removes the need for the `collect(DISTINCT ...)` step.
2021-07-19 20:18:40 +00:00
..
actors Optimised Cypher queries in Neo4j example (#25973) 2021-07-19 20:18:40 +00:00
movies Optimised Cypher queries in Neo4j example (#25973) 2021-07-19 20:18:40 +00:00