You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings, amazingg library.
I am using combined with Orval which takes que generated openapi json and convert into react-query
Anyway, i was supposed to drop the library because the only way i found (before hear about decompose option) to "properly" use @TypedQuery was replacing via script the generated openapi.json.
Diving on docs, i was not able to find any reference to "decompose".
luck for me, i was looking old issues and found #612 which was exactly what I need.
OPTION 1 (default)
OPTION 2 (desired)
I am 100% sure that exists an usecase where people would prefer option 1. I just dont think it should be an default option. Am I wrong?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Duplicated param/query may be a valid concern.
I'm not in a position to evaluate whether defaulting to true is the best option, as I don't know the exact side effects.
Anyway, If no one has bothered with this yet...
Enhance and highlight it to docs may be enough.
Greetings, amazingg library.
I am using combined with Orval which takes que generated openapi json and convert into react-query
Anyway, i was supposed to drop the library because the only way i found (before hear about decompose option) to "properly" use @TypedQuery was replacing via script the generated
openapi.json
.Diving on docs, i was not able to find any reference to "decompose".
luck for me, i was looking old issues and found #612 which was exactly what I need.
OPTION 1 (default)
OPTION 2 (desired)
I am 100% sure that exists an usecase where people would prefer
option 1
. I just dont think it should be an default option. Am I wrong?Thanks in advance
The text was updated successfully, but these errors were encountered: