This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
resolver-cache-datasource 1.0.44
Install from the command line:
Learn more about npm packages
$ npm install @digicatapult/resolver-cache-datasource@1.0.44
Install via package.json:
"@digicatapult/resolver-cache-datasource": "1.0.44"
About this version
resolver-cache-datasource
implements an Apollo DataSource for caching the results of an Apollo resolver based on a user provided cache-key method. Caching is applied by decorating a query resolver function.