Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@helielson
Last active October 23, 2019 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save helielson/3d2fe5411900d3323bd3d98349bc2b53 to your computer and use it in GitHub Desktop.
Save helielson/3d2fe5411900d3323bd3d98349bc2b53 to your computer and use it in GitHub Desktop.
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