1997 fix performance issue with pinned post
Created by: Tirokk
Authored by roschaefer Merged
🍰 Pullrequest
fix: performance issue with ordering
@mattwr18 @aonomike
You must never `ORDER BY` a property with a `@cypher` directive. Reason:
The order by performance will be terribly poor.
See my issue:
https://github.com/neo4j-graphql/neo4j-graphql-js/issues/239
And my PR:
https://github.com/neo4j-graphql/neo4j-graphql-js/pull/247
Issues
- fixes #1997 (closed)
Todo
-
None