Hacker News new | ask | show | jobs
by pedalpete 3544 days ago
I'm in the process of re-writing an API and was looking at GraphQL just yesterday.

I'm trying to figure out if there is any environment/situation where GraphQL is not a good solution?

I'm moving everything to a lambda/microservice architecture, and it seems now I would have a single service managing all the api calls rather than using something like API Gateway to route to the correct lambda.

Any thoughts on this?