Relative Content

Tag Archive for graphqlstrapiapollo-server

Implement strapi graphql server caching

I’m trying to implement caching at strapi server side but i’m kinda confused on how do go about it, i’ve gone through couple of strapi forums, issues about the same but not able to implement it correctly. I have a nextjs app & strapi project (a blog website), i’ve imlpemented caching at client side using @apollo/client package, now i want to do the same for server. So for that i’ve done the following :-