Hacker News new | ask | show | jobs
by spsoto 2804 days ago
Good job on creating a lightweight client. Apollo can be overkill for smaller projects.

You should be careful with the name though because it's named the same as the official reference implementation of the backend: https://github.com/graphql/graphql-js.

1 comments

Exactly! That's why I created this. Apollo is nice but too heavy for a simple query for small projects. graphql.js also, can scale big projects (I'm using it in a large project) since it has fragment collecting feature which makes your codebase manageable.