-
Notifications
You must be signed in to change notification settings - Fork 109
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
partialRefetch as an option #128
Comments
Actually not having partial refetch enabled will cause issues if you have mutations that return less attributes than a query. The mutation will actually hang the app. I think for useQuery it's probably good to enable partialRefetch by default (it should be default for Query as well, but Apollo didn't enable the default for backwards compatibility reasons). |
Hello @trojanowski! This is actually very necessary functionality according to
FWIW linking corresponding code and valuable comment: |
This can be a workaround to manually implement the
|
The partialRefetch option is not available at the moment. Would it be possible to make it available?
More information here: https://www.apollographql.com/docs/react/essentials/queries
The text was updated successfully, but these errors were encountered: