aerogear / offix

GraphQL Offline Client and Server
https://offix.dev
Apache License 2.0
758 stars 45 forks source link

Make offline scheduler that is not bound to apollo client/link #129

Closed wtrocki closed 4 years ago

wtrocki commented 5 years ago

Offline mutation scheduler is now part of the Apollo-link. This has some disadvantages as processing on link requires client.mutate to be scheduled. Ideally, our scheduler should act before client.mutate is triggered and persist the related data

See #125

darahayes commented 4 years ago

Happy to finally report that the initial version of offix-scheduler was released in 0.10.0 and that offix-client is now using that under the hood 🎉