-
-
Notifications
You must be signed in to change notification settings - Fork 522
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
Apollo client with id default not found #1506
Comments
I have next composable and many others here working example
|
Hi, I'm in the process of migrating to Vue Apollo 4 and it's proving to be an insurmountable ordeal. Are there any actual simple working examples out there? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When I try to use the apollo client that vue uses outside of a component and also use
provideApolloClient
I get the errorApollo client with id default not found. use ProvideApolloClient() if you are outside of a compnent setup
To Reproduce
Expected behavior
if
provideApolloClient
is called with the actual client, it should be found.Versions
vue: 3.3.4
@vue/apollo-composable: ^4.0.0-beta.8
@apollo/client: 3.7.17
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: