Skip to content

Instantly share code, notes, and snippets.

@chris001177
Created June 25, 2019 10:16
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 chris001177/91f9ab6f80d8b2c51f322f70bf3a5ebb to your computer and use it in GitHub Desktop.
Save chris001177/91f9ab6f80d8b2c51f322f70bf3a5ebb to your computer and use it in GitHub Desktop.
<Query query={q} requestPolicy="cache-and-network" />;
/* or with hooks: */
useQuery({ query: q, requestPolicy: 'cache-and-network' });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment