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 7f8a863 commit 6a46c1eCopy full SHA for 6a46c1e
packages/angular-query-experimental/src/mutation-options.ts
@@ -8,7 +8,8 @@ import type { CreateMutationOptions } from './types'
8
*
9
* ```ts
10
* export class QueriesService {
11
- * private http = inject(HttpClient);
+ * private http = inject(HttpClient)
12
+ * private queryClient = inject(QueryClient)
13
14
* updatePost(id: number) {
15
* return mutationOptions({
@@ -71,7 +72,8 @@ export function mutationOptions<
71
72
73
74
75
76
77
78
79
0 commit comments