The InMemoryCache class resides in a different package from the Apollo Client core. Make sure the apollo-cache-inmemory package is installed in your project
https://www.apollographql.com/docs/react/caching/cache-configuration/
|
cache.writeData({ data }); |
=>
Uncaught TypeError: cache.writeData is not a function at Object.parcelRequire.App.js.react (App.js:45)
web/final/App.js
Line 7 in 26319b2
https://www.apollographql.com/docs/react/caching/cache-configuration/
web/final/App.js
Line 45 in 26319b2
=>
Uncaught TypeError: cache.writeData is not a function at Object.parcelRequire.App.js.react (App.js:45)