(no title)
OmarIsmail | 3 years ago
Backend to backend communication is almost never graphql (is that changing in a big way?) which would indicate the main reason for graphql in a client-server situation is data saving but at the cost of complexity and other downsides. Almost certainly the data savings in many cases is not worth it.
Oh and then you have things like Apollo having cache bugs that result in incident level problems.
eurasiantiger|3 years ago
Granted, it’s a problem to have to do that. But such is life with entity-level caching.