From 7aeaec87b28c37b8382818636b010605d6f5e921 Mon Sep 17 00:00:00 2001 From: Joel Hassan Date: Thu, 22 Feb 2024 11:46:25 +0200 Subject: [PATCH] Update outdate link in advanced-topics.mdx (#11611) --- docs/source/caching/advanced-topics.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/caching/advanced-topics.mdx b/docs/source/caching/advanced-topics.mdx index 3e58414e730..9d00bbf9014 100644 --- a/docs/source/caching/advanced-topics.mdx +++ b/docs/source/caching/advanced-topics.mdx @@ -180,7 +180,7 @@ For details, see [Refetching queries](../data/mutations/#refetching-queries). -Although `refetchQueries` can be faster to implement than an `update` function, it also requires additional network requests that are usually undesirable. For more information, see [this blog post](https://www.apollographql.com/blog/when-to-use-refetch-queries-in-apollo-client/). +Although `refetchQueries` can be faster to implement than an `update` function, it also requires additional network requests that are usually undesirable. For more information, see [this blog post](https://www.apollographql.com/blog/when-to-use-refetch-queries/).