You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/tutorial/queries.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -480,6 +480,6 @@ A fetch policy defines how Apollo Client uses the cache for a particular query.
480
480
481
481
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.
482
482
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).
484
484
485
485
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