Robert
09/22/2020, 4:39 PMDariusz Kuc
09/22/2020, 4:42 PMmbonnin
09/23/2020, 10:10 AMIf I use Apollo Client on the Frontend, would I benefit from caching?If you're using HTTP caching, I guess the browser will cache the HTTP responses without Apollo knowing about it? If your GraphQL queries use HTTP POST, I'm not sure this option would work though so you might have to use GET instead. Another option is to use the Apollo normalized cache and not use the browser HTTP cache. This doesn't require eTag and handles expiration on the client side.
Robert
09/23/2020, 11:43 AMmbonnin
09/24/2020, 9:08 AMDariusz Kuc
09/24/2020, 12:24 PMmbonnin
09/30/2020, 12:10 PM