DEV Community

Discussion on: REST or GraphQL, which do you choose?

Collapse
 
stradivario profile image
Kristiqn Tachev • Edited

I am quite happy that i take the leap of faith before 5 years and i decided to invest my time to build my own graphql framework based on Code First approach instead of Schema First.

I called it @gapi stands for graphql api and it is written in typescript.

I have many modules in the system and also it uses Graphql Federation which combines all of the micro graphs into a big unified one.

github.com/Stradivario/gapi

If you are interested you can check the repository above.

The whole framework is battle tested in multiple production ready applications one of which is called

graphql-server.com

Cheers!