From c210a03004f7a37db41b48f1ea74ab44602ef10f Mon Sep 17 00:00:00 2001 From: Jerel Miller Date: Wed, 31 Jul 2024 15:16:58 -0600 Subject: [PATCH] Minor tweak to language --- docs/source/pagination/core-api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/pagination/core-api.mdx b/docs/source/pagination/core-api.mdx index e3a0f04f1ac..d5fb2702905 100644 --- a/docs/source/pagination/core-api.mdx +++ b/docs/source/pagination/core-api.mdx @@ -371,6 +371,6 @@ fetchMore({ -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.