Skip to content

Commit

Permalink
fix package dependencies resulting in weird graphql error
Browse files Browse the repository at this point in the history
Props to Alecia for tracking down the discussion about:
"Encountered a sub-selection on the query, but the store
doesn't have an object reference.":

apollographql/apollo-client#4125

We weren't directly using apollo-cache-inmemory, which was
the workaround suggested here. But we were using older
versions of apollo-boost, from which we were getting the
InMemoryCache object. They have probably updated since.
  • Loading branch information
agentdave committed Dec 3, 2018
1 parent 0e88dec commit 8beb3e8
Show file tree
Hide file tree
Showing 3 changed files with 213 additions and 83 deletions.
271 changes: 198 additions & 73 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8beb3e8

Please sign in to comment.