> 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