Skip to content

Commit b7d011a

Browse files
author
Stephen Barlow
authored
Merge pull request apollographql#1047 from GhassenRjab/patch-1
Update "Supported fetch policies" link
2 parents adf1731 + c52e1b6 commit b7d011a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorial/queries.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,6 @@ A fetch policy defines how Apollo Client uses the cache for a particular query.
480480

481481
By setting this query's fetch policy to `network-only`, we guarantee that Apollo Client _always_ queries our server to fetch the user's most up-to-date list of booked trips.
482482

483-
> For a list of all supported fetch policies, see [Configuring fetch logic](https://www.apollographql.com/docs/react/data/queries/#configuring-fetch-logic).
483+
> For a list of all supported fetch policies, see [Supported fetch policies](https://www.apollographql.com/docs/react/data/queries/#supported-fetch-policies).
484484
485485
If you visit the profile page in your app, you'll notice that the query returns null. This is because we still need to implement login functionality. We'll tackle that in the next section!

0 commit comments

Comments
 (0)