Hacker News new | ask | show | jobs
by ohthehugemanate 3276 days ago
We're using graphql in front of a Drupal 8 data engine, with a variety of other data sources behind that. It's also for a publishing company, that has a bunch of different front end sites all served from the same content store... But with separate development groups. We're using the youshido graphql library for it... Though now that development is further along, I wish we'd chosen the webonyx one.

A good GraphQL backend resolves the graph into query results efficiently, rather than just field by field. But that does take a but of getting used to....