You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When fragments, unstripped comments, lots of variables and multiple levels of nesting are involved, payloads can get quite large. A quick look at our application logs showed a few queries above 1000 characters.
It is recommended that all HTTP senders and recipients support, at a minimum, It is recommended that all HTTP senders and recipients support, at a minimum, request-line lengths of 8000 octets.
That is certainly true.
What do you think about caching of query operation?
Caching using the POST method seems to be possible, but I am not familiar with it.
Some implementations have complex mechanisms for handling cache on the client side, but I doubt it is really necessary.
It would be helpful to have a description of caching in the Spec.
from GraphQL over HTTP Spec
For semantics and performance (caching, etc.), it seems to me that it is recommended to use
GET
for the query operation.If the options are not equivalent, it is necessary to clarify which is more appropriate.
The text was updated successfully, but these errors were encountered: