Skip to content

Explicitly define our schema, improve performance

Hannes Heine requested to merge pr2243head into pr2243base

Created by: Tirokk

roschaefer 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

Merge request reports