Skip to content

Commit

Permalink
Update default value of canonizeResults option after PR #8822.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamn committed Oct 7, 2021
1 parent 3ea1afb commit a6cd5f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/cache/InMemoryCache.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ By specifying the ID of another cached object, you can query arbitrary cached da

If `true`, result objects read from the cache will be _canonized_, which means deeply-equal objects will also be `===` (literally the same object), allowing much more efficient comparison of past/present results.

The default value is `true`.
The default value is `false`.
</td>
</tr>

Expand Down Expand Up @@ -424,7 +424,7 @@ A map of any GraphQL variable names and values required by `fragment`.

If `true`, result objects read from the cache will be _canonized_, which means deeply-equal objects will also be `===` (literally the same object), allowing much more efficient comparison of past/present results.

The default value is `true`.
The default value is `false`.
</td>
</tr>

Expand Down

0 comments on commit a6cd5f4

Please sign in to comment.