nestjs-pothos: Use pothos as GraphQL schema builder in Nest.js application #742
Replies: 3 comments 4 replies
-
Nice! I don't know a lot about nest, and haven't used DI based frameworks much myself, but this looks pretty cool! I've definitely wondered if there was a good way to integrate Pothos and next, since they have their own GraphQL integration already, but would be cool if this end up working well for you! I've been meaning to create a place in the Pothos docs to share cool 3rd party libraries, examples, and tools, so definitely keep me posted on how this goes! |
Beta Was this translation helpful? Give feedback.
-
@iamchanii I really appreciate the work you did! It looks very promising I think nestjs has its merrits, like DI. But its default graphql implementation is far from ideal. Its not 100% sound and typesafe unlike pothos which has a very strong type safety. (also personally i dislike decorators, but thats a matter of taste i guess). So I think pothos is a nice replacement. I really hope your repository gets more traction from other devs so we can confidently use it in production soon. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/smatch-corp/nestjs-pothos |
Beta Was this translation helpful? Give feedback.
-
I just want to show you and get some feedbacks of any kind. recently I'm working on to try to use Pothos with Nestjs application. is anyone interested of it? I plan to continue to develop by receiving feedback and using it in my company's work.
https://github.com/smatch-corp/nestjs-pothos
Beta Was this translation helpful? Give feedback.
All reactions