Skip to content
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

Re-resolve fragments when their calls change #146

Closed
wants to merge 1 commit into from

Conversation

steveluscher
Copy link
Contributor

Given a fragment with a range whose call is first(1) one moment, and first(2) the next, make sure that GraphQLStoreQueryResolver::resolve() re-resolves it.

Fixes #120.

@steveluscher steveluscher force-pushed the re-resolve-given-changed-call branch from 5ea96f8 to b3e374c Compare August 24, 2015 20:55
@steveluscher steveluscher deleted the re-resolve-given-changed-call branch August 26, 2015 22:44
steveluscher added a commit that referenced this pull request Aug 27, 2015
Summary: Given a fragment with a range whose call is `first(1)` one moment, and `first(2)` the next, make sure that `GraphQLStoreQueryResolver::resolve()` re-resolves it.

Fixes #120.
Closes #146

Reviewed By: @josephsavona

Differential Revision: D2372922
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

child gets out of sync with parent
2 participants