sikanhe/gqtx

Comparison of gqtx vs. Nexus vs. Pothos (giraphql)?

redbar0n opened this issue · 2 comments

What sets gqtx apart from NexusJS and Pothos (aka. GiraphQL)?

https://github.com/graphql-nexus/nexus
https://github.com/hayes/pothos

I couldn’t discern it from the Readme. The approaches look very similar if not identical.

https://github.com/graphql-nexus/nexus Requires you to run another process to generate types .
https://github.com/hayes/pothos seems very similar.

To me, Gqtx stands out because it is compatible with Cloudflare Workers, with GraphQL being its sole dependency and without relying on Node.js APIs. In contrast, I've experimented with libraries like TypeGraphQL and Nexus, and they struggled; I couldn't even run them with node_compat = true