caminte icon indicating copy to clipboard operation
caminte copied to clipboard

Any plan to support GraphQL?

Open Xample opened this issue 5 years ago • 2 comments

The idea would be as follow GraphQL Schema to CarminteJS Shema (GraphQL -> AST -> Carminte)

Then support OpenCRUD for the queries.

This is what prisma is doing right now and as GraphQL seems to be the next generic query language, it might worth taking a look =)

Xample avatar Mar 26 '19 10:03 Xample

I just wanted to add a bit.. TypeORM and caminte both are doing most of the things in common. I guess caminte is sleek though, If you guys can add GraphQL support you guys would become awesome.

nbaua avatar Apr 04 '19 06:04 nbaua

In the meantime, I discovered Graphql-box https://www.npmjs.com/package/graphql-box I still did not have time to play with it but it might be a good alternative… at least for the time to have an ORM which would compile the queries.

Xample avatar Apr 04 '19 19:04 Xample