We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6252715 commit c2325edCopy full SHA for c2325ed
docs/framework/angular/guides/mutation-options.md
@@ -5,7 +5,7 @@ title: Mutation Options
5
6
One of the best ways to share mutation options between multiple places,
7
is to use the `mutationOptions` helper. At runtime, this helper just returns whatever you pass into it,
8
-but it has a lot of advantages when using it [with TypeScript](../typescript#typing-query-options.md).
+but it has a lot of advantages when using it [with TypeScript](../typescript.md#typing-query-options).
9
You can define all possible options for a mutation in one place,
10
and you'll also get type inference and type safety for all of them.
11
0 commit comments