-
Notifications
You must be signed in to change notification settings - Fork 122
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
Allow to override fieldNameNormalizer per request #253
Conversation
Hey @fbartho! any chance this would get merged? |
Thanks for the PR @alfondotnet! I resolved the trivial conflicts, and will be merging this shortly. It'll get shipped in v0.9.0 -- please ping me if you're in any particular rush to get that out! |
@fbartho It's fine, no rush. Been running a fork with this change for a while. Thanks for merging 🙏 |
Shipped in the pre-release of 0.9.0-rc.1 please advise if you have any issues |
Shipped this in v0.9.0! -- Enjoy! https://www.npmjs.com/package/apollo-link-rest/v/0.9.0 |
@fbartho it works :), have seen a non related regression where if I had a
But I take that as a change in how the refetchQueries work (I upgraded also apollo client from "3.4.16" to "3.7.1"). Anyway, thanks for shipping this! |
For some reason
fieldNameNormalizer
is not override-able per request.