Artur Drobinskiy
Artur Drobinskiy
@olafur164 Could you please +1 the following issue https://github.com/ngneat/query/issues/152 in ngneat/query?
Oh, I missed v5 release! Thanks for mentioning that. I'll work on it coming week
version 15.10.1 should have support for Tanstack Query v5
calling mutations from example app works for me now. Do you still experience the issue? Could you share your OpenAPI definition?
Hi! Thanks for filing an issue with clear and concise explanation! You are not the first one facing this issue (see #22 which is somewhat similar). So, seems like this...
Turns out it's a bit complex to create a nice API for that. Let's take your example. Currently, `useFooMutation` is implemented like that: ``` function useFooMutation() { return useMutation((body) =>...
Just to track it here as well, there's a PR: #4262 (submitted on Dec, 6, 2022). I already used it in [react-query-swagger](https://github.com/Shaddix/react-query-swagger) (which is more for react-query, but could be...