stepci / garph

Fullstack GraphQL Framework for TypeScript
https://garph.dev
MIT License
1.31k stars 17 forks source link

Use Pothos as a GraphQL builder #60

Closed ChromeGG closed 1 year ago

ChromeGG commented 1 year ago

Hi!

I discovered you this morning, great idea with GQL and tRPC-like experience!

I briefly reviewed the project. I know it's in a very early stage and much functionality will be added later. Maybe there is a way to accelerate it by using Pothos as a query builder? It has numerous useful plugins (prisma integration, errors as types and more). I miss these features in this project a lot. Also, it's battle-tested with many examples. Would be nice to have it there.

If this is completely absurd, sorry for the trouble, I'm not an expert 😄

mishushakov commented 1 year ago

We were evaluating Pothos for this project initially, but its type-system wasn't flexible enough for us to go any further.