neo4j-graphql-js
neo4j-graphql-js copied to clipboard
Feature Request: Plugin System
Allowing a plugin system to load additional graphql schema data would make it much easier to use for modular apps that might have additional queries in plugins
Hey @aoighost - now that the library has progressed a bit I wanted to check and see if you feel this issue (or the use case for this issue) has been addressed.
What did you have in mind exactly for a plugin system? The ability to implement resolvers yourself that work alongside the auto-generated resolvers? Or something more like schema stitching/composition?
I was thinking something similar to schema stitching. A method to have a js file that defines schemas that can be automatically included from a folder or a folder hierarchy in a set of folders.
https://github.com/neo4j-graphql/neo4j-graphql-js/issues/608