VulcanJS / vulcan-npm

The full-stack JavaScript App Framework
https://vulcan-docs.vercel.app
MIT License
31 stars 8 forks source link

Supports Graphback generation #122

Open eric-burel opened 2 years ago

eric-burel commented 2 years ago

Is your feature request related to a problem? Please describe. Graphback is an interesting tool to generate graphql API. https://graphback.dev/

Describe the solution you'd like

Being able to convert a Vulcan schema into a graphback model. We would simply need to generate the relevant graphql model. Then the resolvers are generated by Graphback.

And maybe the other way around, being able to generate a Vulcan backend from a Graphback declaration.

Describe alternatives you've considered Graphback would replace our own resolvers and API. It should be seen as a compatible but alternative option to Vulcan Fire