prismake / typegql

Create GraphQL schema with TypeScript classes.
https://prismake.github.io/typegql/
MIT License
423 stars 21 forks source link

Differences from type-graphql #57

Open tonyxiao opened 6 years ago

tonyxiao commented 6 years ago

What's the difference between this library and type-graphql?

pie6k commented 6 years ago

typegql is trying to be thin layer over original graphql API while type-graphql has some framework-like features like baked in authorization or validation model.

With typegql I've tried to make it pure library.

tonyxiao commented 6 years ago

Super helpful, thanks!