Hacker News new | ask | show | jobs
by sergiotapia 2530 days ago
We're using GraphQL at Papa. Elixir postgres, absinthe exposing graphql and queries.

It's great for our frontend team, makes things simpler for them. Mobile also benefits from less queries. Also it's great for aggregating data from multiple sources.

It does come with more plumbing, but you get better and better at it with muscle memory. If you're a tiny team, I wouldn't use it.

Learn about it here: https://pragmaticstudio.com/courses/unpacked-full-stack-grap...