|
|
|
|
|
by lightningspirit
5 hours ago
|
|
Because HTTP is stateless by definition, you now need to support persistence (state) on the server side whenever you want to run a slightly different query, which contradicts the preamble. I understand the confusion around GraphQL's cached/persisted queries, but this is not the intention of HTTP. |
|