-
-
Notifications
You must be signed in to change notification settings - Fork 31
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
Question on cache-and-network policy #76
Comments
No, it doesn't at the moment. Maybe in the future or I might add a new strategy just for that. |
I'd personally like it to update the reactive data. In https://github.com/FormidableLabs/urql, I can't see why you wouldn't have the new data be available immediately. |
I don't mind having it, PRs are welcome. I just haven't had the time to work on it yet. |
Current behaviour also not expected for me. https://v4.apollo.vuejs.org/guide-composable/query.html#fetch-policy
So, will be great if villus will also act like that. |
Took long enough to implement this, I've added this in |
Greetings, thank you for the awesome library. Good job there 👍🏼.
Does cache-and-network update the reactive data returned by useQuery when network fetch is resolved?
The text was updated successfully, but these errors were encountered: