-
-
Notifications
You must be signed in to change notification settings - Fork 202
refactor(tanstack): unify operation naming using SDK serviceFunctionIdentifier #2312
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
base: main
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
commit: |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2312 +/- ##
==========================================
- Coverage 23.90% 23.90% -0.01%
==========================================
Files 317 317
Lines 29334 29358 +24
Branches 1230 1230
==========================================
+ Hits 7013 7017 +4
- Misses 22312 22332 +20
Partials 9 9
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
572fb9b
to
63d75a0
Compare
63d75a0
to
23512e0
Compare
@adamkasper seeing this change and tests passing makes me feel uneasy 😂 Help me understand: we already offer naming and casing customization options https://heyapi.dev/openapi-ts/plugins/tanstack-query So you could do |
@mrlubos I should have written it in the description… 😄 It's the issue I mentioned in the email. When I use So in the end, this change doesn’t actually change anything directly. The difference comes when you customize |
Thoughts on this thread? #2218 Another reason I don't like this change is it pulls stuff from the legacy plugin implementation. Overall a lot of red flags! |
@mrlubos I’ve looked into it, but I’m a bit limited because in |
And changing the type from |
Closes #2301