DEV Community

Cover image for GraphQL: Create your API using TypeScript and decorators with Rakkit

GraphQL: Create your API using TypeScript and decorators with Rakkit

owen on June 30, 2019

What? Okay then, this is related to my previous article about Rakkit. So I'll advise you to go take a look around 😊. So, here I will sho...
Collapse
 
marcus-sa profile image
Marcus S. Abildskov • Edited

Oh wow, this looks just like an exact copy of @nestjs/graphql just without the big community to back it up.. lol

Collapse
 
owen profile image
owen daven

Yes the GraphQL package looks like type-graphql (used by nest) but there is several differences that are mentioned in the docs 🙂
For the community, every projects start from zero, we are building it 😉

Collapse
 
marcus-sa profile image
Marcus S. Abildskov • Edited

Well, IMO reinventing the wheel is never good :)
And especially in this case it makes absolutely no sense at all.
What would you rather use? A new framework which reinvents everything (not even better), or a battle production tested framework with several community backed packages?