-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Offline mutation queue #201
Comments
For future reference, apollo's offline support thread |
Update on this? It looks like apollo's offline support is there but is some-assembly-required. Are there any offline cache options that work for flutter? |
@jifalops still on the back-burner - we have an offline cache already (though there are some improvement discussions). There isn't really a highly active core maintainer right now (#420). Hopefully the app I'm working on will get to the point where I need to come back and address a lot of this stuff |
@micimize the project I'm working on is going to need something like this pretty soon. I'm wondering if I could help. I'm pretty unfamiliar with the internals of this project though. Any ideas where I might start to get an idea on how to implement this |
Any updates on this? It's important and I'm looking for a solution... I'd be happy to write the code myself if someone (@micimize ?) can give some guidance on to what I'd be doing |
@ConProgramming I believe the |
Ah okay I'll take a look thanks... I'd prefer to do it in graphql_flutter tho :/ |
I will go into how we might approach this when I record #762, which I still plan on doing fairly soon. The ferry implementation will be a great reference in general. I think we should be able to implement it with our link system – @smkhalsa what is the difference between your |
In The |
One issue you may run into is how to run cache updates following the rehydration and successful execution of an offline mutation. I've architected |
Need this in an app I'm working on, and transferring the entire thing to ferry seems like a quite a bit of work... if there's any way I can help implement this here I'd be happy to. |
We're looking to replace Firebase including Firestore in the future. Would also be absolutely interested in helping out if we go that route. |
Broken out from #127:
The text was updated successfully, but these errors were encountered: