Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade vue-apollo and use ApolloClient directly #12

Open
jacobwegner opened this issue Aug 19, 2020 · 2 comments · Fixed by #41
Open

Upgrade vue-apollo and use ApolloClient directly #12

jacobwegner opened this issue Aug 19, 2020 · 2 comments · Fixed by #41
Assignees

Comments

@jacobwegner
Copy link
Contributor

  • apollo-boost is deprecated
  • @apollo/client >=3 fixes an issue we've had when trying to cache objects without an id in their query
  • The latest vue-apollo release allows use to make use of the newest Apollo client
  • apollo-boost won't be upgraded to work with the newest Apollo client
@jacobwegner
Copy link
Contributor Author

Here is the migration guide for replacing apollo-boost with a bootstrapped client:

https://www.apollographql.com/docs/react/v2.5/advanced/boost-migration/

@paltman paltman reopened this Oct 7, 2020
@jacobwegner
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants