-
-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getKeyByXXX is not awared of body parameters #242
Comments
hello, There are no keys for mutations. see react-query documentation: https://tanstack.com/query/v4/docs/guides/mutations If you meant to use body for immutable queries using post, then yes this will be fixed with v11. |
Oh yes, it is about the immutable query. Iwas stupid at that time. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Although only get method is documented, I wish to have
getKeyByXXX
take other http method into account.Here a simple proposal make from zodios/react
![image](https://user-images.githubusercontent.com/38932402/203458870-00205e90-3c03-4a0c-ba30-40b7e1389a25.png)
Maybe it would be solved by v11 as
AxiosRequestConfig
and zodios request payload will be combined together.The text was updated successfully, but these errors were encountered: