neo4j-graphql-js icon indicating copy to clipboard operation
neo4j-graphql-js copied to clipboard

Feature Request: Plugin System

Open peterclemenko opened this issue 7 years ago • 3 comments

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

peterclemenko avatar Nov 05 '17 14:11 peterclemenko

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?

johnymontana avatar Nov 10 '18 20:11 johnymontana

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.

peterclemenko avatar Nov 13 '18 13:11 peterclemenko

https://github.com/neo4j-graphql/neo4j-graphql-js/issues/608

michaeldgraham avatar May 02 '21 04:05 michaeldgraham