Explicitly define our schema, improve performance
Created by: Tirokk
Authored by roschaefer Merged
🍰 Pullrequest
I hard-coded most of the generated graphql schema. Unfortunately it is not possible to completely turn off schema augmentation because neo4j-graphql-js
replaces some types which represent join models.
I also removed numerous input arguments and orderings which are known to cause performance issues when called.
And last but not least I replaced the default pinnedBy
filter which will also be beneficial for performance.
Issues
- None
Todo
-
None