Skip to content

Commit

Permalink
docs: add todo investigate assumeImmutableResults:true
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Mar 7, 2024
1 parent 0af7276 commit 48cf7f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/ApolloProvider/apolloClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ export const apolloClient = new ApolloClient({
cache: apolloCache,
link: apolloLink,
connectToDevTools: !ENV.IS_PROD,
// TODO - experiment with setting `assumeImmutableResults` to `true` (apollo says it's faster)
});

0 comments on commit 48cf7f4

Please sign in to comment.