Hacker News new | ask | show | jobs
by AtNightWeCode 1282 days ago
We use GraphQL a lot for static content. Most content on modern webs should be static, or at least deterministic. What I am saying is that GraphQL should not be used at runtime to do these dynamic magic queries, which is the key feature in Apollo.
1 comments

> Most content on modern webs should be static, or at least deterministic

What does this even mean?

> What I am saying is that GraphQL should not be used at runtime to do these dynamic magic queries, which is the key feature in Apollo.

What does this even mean?

How are you defining "dynamic magic" and "deterministic content"? GraphQL sends a query to a server that resolves it into the requested data. Is it not true that if you plug this into something like PostgreSQL via Hasura, you naturally have "determinism" in the same way Postgres offers it?

Please, expand, I have no idea what you're saying and I'm a full time web guy