Last active
October 23, 2019 01:42
-
-
Save helielson/3d2fe5411900d3323bd3d98349bc2b53 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
case 'store-or-network': { | |
shouldFetch = !hasFullQuery; | |
shouldAllowRender = canPartialRender; | |
break; | |
} | |
// https://github.com/facebook/relay/blob/66e747a68b8fac474fa44b4eb441c72c72daf89e/packages/relay-experimental/QueryResource.js#L392-L395 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment