DEV Community

Discussion on: 5 GraphQL Interview Questions and Answers You Should Know

Collapse
 
samarpanda profile image
Samar Panda • Edited

Server side caching for GraphQL: How about caching it behind resolvers? Again it depends on us whether we need to club multiple resolver to cache it with one key or multiple. So, i don't think caching is an issue when it is related to server-side.

Yes, i agree that REST is more intuitive to handle. As this is what we have been handling pretty long time now. In case of GraphQL it has a different way.