DEV Community

Discussion on: GraphQL: A brief introduction into queries and mutations

Collapse
 
stradivario profile image
Kristiqn Tachev

Hey nice simple and clean!

Maybe you will like to check what i have created when i found out about graphql before 5 years :)))

It is called @gapi (Graphql API)

github.com/Stradivario/gapi

It is a really easy and scalable graphql framework written in typescript.
There is a bunch of modules out there which are plug and play into the system.

I have started my journey with writing my first dependency injection called @rxdi it stands for Reactive Extension Dependency Injection written with the help of rxjs.
This dependency injection gives me the opportunity to create @gapi and many modules which works with the whole ecosystem.

You may look also at this link github.com/rxdi/rxdi-monorepo

Because @rxdi is so flexible i have decided to create also a Front end framework using web components you can find the starter here github.com/rxdi/starter-client-sid...

Cheers and wish you a great day!

Collapse
 
jah_edw profile image
Jess Edwards

Gapi sounds awesome, I'll check it out! Thanks for sharing :)