Hacker News new | ask | show | jobs
by littlestymaar 1699 days ago
You're not exposing your database though (or at least you shouldn't be): you're exposing views. The set of views that you expose are your API. But it's not tied to your database schema than any kind of API (not less either though, if your database schema really doesn't match your API, your performances are likely to suffer sometimes, but that's true with any kind of API).

(I am in no way a GraphQL evangelist btw)

1 comments

AWS makes it way to easy to connect a database directly to an API, both for API gateway and app sync.