Skip to content

Instantly share code, notes, and snippets.

@helielson
Last active October 23, 2019 01:42
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
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