Skip to content

Commit

Permalink
Fix broken link error about #awaitrefetchqueries fragment link.
Browse files Browse the repository at this point in the history
https://app.netlify.com/sites/apollo-client-docs/deploys/60f9c9f09e186b000846394e
#8265 (comment)

Strange because the link does render correctly and go to the right
place. Perhaps the broken link detector doesn't understand #anchors
within tables?
  • Loading branch information
benjamn committed Jul 22, 2021
1 parent 48be27b commit c6542fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/data/refetching.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -307,4 +307,4 @@ using the following table:
| [`options.refetchQueries`](./mutations/#refetching-queries) || `options.include` |
| [`options.update`](./mutations/#the-update-function) || `options.updateCache` |
| [`options.onQueryUpdated`](./mutations/#refetching-after-update) || `options.onQueryUpdated` |
| [`options.awaitRefetchQueries`](./mutations/#awaitrefetchqueries) || just return a `Promise` from `onQueryUpdated` |
| [`options.awaitRefetchQueries`](./mutations/#options) || just return a `Promise` from `onQueryUpdated` |

0 comments on commit c6542fd

Please sign in to comment.