Leaving cache out of new ApolloClient results in the following error:
In order to initialize Apollo Client, you must specify 'link' and 'cache' properties in the options object.
These options are part of the upgrade requirements when migrating from Apollo Client 1.x to Apollo Client 2.x.
For more information, please visit: https://www.apollographql.com/docs/tutorial/client.html#apollo-client-setup
We will need to look into whether to address this or leave as is.
Originally posted by @aswallace in #276 (comment)
Leaving cache out of
new ApolloClientresults in the following error:We will need to look into whether to address this or leave as is.
Originally posted by @aswallace in #276 (comment)