forked from facebook/relay
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If any item in a plural field is missing data, refetch the whole thin…
…g. Otherwise, refetch nothing. Summary: You may have noticed a regression due to which your plural fields, despite their query not having changed, would not be diffed out in subsequent queries. Instead, what we can do is to take an all-or-nothing approach; refetch all data if any record in a plural field appears to be missing data, or fetch nothing at all if every record has all the data it needs. Reviewed By: josephsavona Differential Revision: D3511313 fbshipit-source-id: 26ecbae3c46130465d6cf691496c4e78a4be041f
- Loading branch information
1 parent
2e49c95
commit 27bcf12
Showing
2 changed files
with
28 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters