We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc2ba7 commit 4c89e06Copy full SHA for 4c89e06
docs/openapi-react-query/use-mutation.md
@@ -1,9 +1,9 @@
1
---
2
-title: useQuery
+title: useMutation
3
4
# {{ $frontmatter.title }}
5
6
-The `useMutation` method allows you to use the original [useMutation](https://tanstack.com/query/latest/docs/framework/react/guides/queries).
+The `useMutation` method allows you to use the original [useMutation](https://tanstack.com/query/latest/docs/framework/react/guides/mutations).
7
8
- The result is the same as the original function.
9
- The `mutationKey` is `[method, path]`.
0 commit comments