aerogear / graphback

Graphback - Out of the box GraphQL server and client
https://graphback.dev
Apache License 2.0
409 stars 73 forks source link

Investigate replacing runtime framework with existing crud solution like Loopback #472

Open wtrocki opened 4 years ago

wtrocki commented 4 years ago

Motivation

Runtime crud layer can be replaced with loopback This way we will provide various RESTfull service interoperability and crud framework without implementing one on our own. We can also base on rich ecosystem of loopback for corporate use cases.

An additional benefit will be to have the ability to support REST (loopback is RESTfirst framework)

Investigation

Swap runtime framework and generator to use loopback. Investigate what types are needed to be generated etc.

Alan-Cha commented 4 years ago

@wtrocki Thanks for the tip! I'll keep an eye on this.

wtrocki commented 4 years ago

We will keep this as investigation for the moment as a way to introduce a more robust CRUD layer. I will post updates in this issue