-
-
Notifications
You must be signed in to change notification settings - Fork 15
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 Sync Query (DeltaSync) #4
Comments
I have chosen the key nomenclature to better manage the garbage collector. |
The use case for the root operation would be to be able to pre-emptily execute so that we can have an offline sync scenario. Example being
|
Do you mean a scenario similar to "https://docs.aws.amazon.com/en_us/appsync/latest/devguide/tutorial-delta-sync.html"? This is a theme that I am placing myself in the "https://github.com/morrys/react-relay-appsync" repository and at the moment the best hypothesis is its implementation in the refetchContainer (DeltaSyncContainer or QueryRendererSync). |
Hey, is it possible for us to connect on a slack channel somewhere I can send you some documents I wrote on the internal ideas we had for how we thought this solution would play out? |
There is the channel https://graphql.slack.com and you can write me a DM |
we can discuss these on #relay channel there I think more people want to collaborate on this |
maybe this could help with delta sync https://github.com/zth/relay-utils#createmissingfieldshandler
|
Hey,
Just looking at the redux persist/hydrate store, and feel as though the naming is a little off here, take a look at the following screenshot.
I would expect that
AppQuery.{....}
should contain the root operation, such asAppQuery. allCinemaDetails{ ... }
.The text was updated successfully, but these errors were encountered: