Skip to content

Commit

Permalink
Fix another incorrect term
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 31, 2024
1 parent fb3b8b9 commit ab7e1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/pagination/core-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ We recommend upgrading to version 3.11.3 or later to address bugs that exhibit u
</Note>
The examples shown above use type policies to update the result of a paginated field. But what about queries that use a `no-cache` fetch policy? Data is not written to the cache, so type policies have no effect.
The examples shown above use field policies and `merge` functions to update the result of a paginated field. But what about queries that use a `no-cache` fetch policy? Data is not written to the cache, so field policies have no effect.
Instead we can take advantage of the `updateQuery` option available to the `fetchMore` function. `updateQuery` gives you control over how the query is merged with the result fetched from the `fetchMore` call.
Expand Down

0 comments on commit ab7e1d0

Please sign in to comment.