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

docs(useQuery): document refetch with new variables #1564

Merged
merged 1 commit into from
Aug 14, 2024

Conversation

nickmessing
Copy link
Member

Add documentation about refetch with variables and add a warning about variables being merged. That's not explicit behaviour of vue-apollo, it's coming from upstream apollo client so we cannot change it.

closes #1561

@Akryum Akryum merged commit 29d722c into vuejs:v4 Aug 14, 2024
9 checks passed
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 this pull request may close these issues.

refetch in useQuery will auto merge the previous variable with current variable
2 participants