trying to set cache programatically in my resolver, using latest apollo-server-express rc.0, the info parameter doesn't contain cacheControl:
Error: Cannot read property 'setCacheHint' of undefined
items: (parent: any, args: any, context: any, { cacheControl }: any) => {
cacheControl.setCacheHint({ maxAge: 60000 });
},
Hi,
trying to set cache programatically in my resolver, using latest apollo-server-express rc.0, the info parameter doesn't contain cacheControl:
Error: Cannot read property 'setCacheHint' of undefinedhttps://www.apollographql.com/docs/engine/caching.html#resolver-hints