Hacker News new | ask | show | jobs
by ushakov 1032 days ago
What’s the difference between GraphQL Mesh?

Is this thing any relevant if I’m using React Server Components to fetch the data from the db directly?

1 comments

The main difference is Graphweaver is code-only approach with Typescript. GraphQL Mesh is a schema-first approach.

Both great projects, different philosophies.