-
-
Notifications
You must be signed in to change notification settings - Fork 628
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
Optimistic mutation results #127
Comments
@micimize Yeah sounds good to me, need any help? |
@HofmannZ possibly! I think I've just about completed the optimism chunk of this, continuing from #130 (although they're less entangled than I expected). Here's a brain dump on the query rebroadcast logic, for posterity: Apollo's solution, which may be more robust:
|
Fixed by #130 |
this was not actually resolved - #114 was resolved, which was a dependency. |
closed by #199 |
🎉 This issue has been resolved in version 1.0.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 1.0.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This depends on #114 - a naive implementation shouldn't be too difficult.
Steps for optimistic results would be:
Offline queue moved to #201:
@HofmannZ if #114 makes sense to you I'd like to start working on it in preparation to implement this
The text was updated successfully, but these errors were encountered: