Hacker News new | ask | show | jobs
by drpotato 1459 days ago
Have you looked at PostGraphile? It’s doesn’t have n + 1 or over-fetching issues.
1 comments

I have, and I would recommend it, if it generated a Postgre schema from a GraphQL schema and not the other way around.

The advantages of GraphQL are its integration of backend and frontend workflows, and that won’t happen with PostGraphile: a frontend needing a schema change needs to go through the backend instead of the backend extending to meet the frontend in the middle.