-
Starting this discussion based on https://twitter.com/UriGoldshtein/status/1418529860578906112 by @Urigo:
I'm indeed interested in know if it's realistic for Apollo Server to "rebuild itself on top of Envelop" (at least the way I understand it is that Envelop is not added to a project; the project needs to be built on top of it). Generally, it would be nice to be able to add Envelop plugins to Apollo Server, especially if the ecosystem grows in the future. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
As Uri said, Envelop is pretty cool! I think right now the likelihood of fully rewriting Apollo Server on top of it is low. We finally with AS3 got rid of our old "extensions" plugin system so that we're back to only having one plugin system again, and having two separate ones in AS3 might be a little much. But there might be ways that we can make the systems more interchangeable with each other. |
Beta Was this translation helpful? Give feedback.
As Uri said, Envelop is pretty cool!
I think right now the likelihood of fully rewriting Apollo Server on top of it is low. We finally with AS3 got rid of our old "extensions" plugin system so that we're back to only having one plugin system again, and having two separate ones in AS3 might be a little much. But there might be ways that we can make the systems more interchangeable with each other.