Strapi GraphQL + Redis caching

I found solution:

plugins: [ApolloServerPluginCacheControl({ defaultMaxAge: 60 }), responseCachePlugin()],

This approach requires to redefine ApolloServerPluginCacheControl with your defaultMaxAge ttl and responseCachePlugin for caching responses on backend side.