Skip to content

Commit

Permalink
Minor tweak to language
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller committed Jul 31, 2024
1 parent 8d0aba8 commit c210a03
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 @@ -371,6 +371,6 @@ fetchMore({
<Note>
As of Apollo Client version 3.11.3, the `updateQuery` option is required when using `fetchMore` with a `no-cache` fetch policy. This is required to correctly determine how the results should be merged with the absense of a type policy. Calling `fetchMore` without an `updateQuery` function will throw an error.
As of Apollo Client version 3.11.3, the `updateQuery` option is required when using `fetchMore` with a `no-cache` fetch policy. This is required to correctly determine how the results should be merged since field policy `merge` functions are ignored. Calling `fetchMore` without an `updateQuery` function will throw an error.
</Note>

0 comments on commit c210a03

Please sign in to comment.