Graphcool / graphcool-framework

Apache License 2.0
1.77k stars 130 forks source link

Support other languages for resolvers #409

Open marktani opened 6 years ago

marktani commented 6 years ago

Issue by tristancaron Friday Nov 17, 2017 at 20:04 GMT Originally opened as https://github.com/graphcool/prisma/issues/1293


The framework is using Scala. It will be nice if we could have support for JVM languages first, then others why not.

marktani commented 6 years ago

Comment by kbrandwijk Friday Nov 17, 2017 at 20:06 GMT


You can use webhooks for your resolver functions, so that basically opens up any language you want to use. For example, I've seen people deploy Python functions to AWS Lambda using Serverless, and specify those as webhooks for their resolver functions.