You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: