-
Notifications
You must be signed in to change notification settings - Fork 345
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
SDK: naming convention transform camelCase not working for inputTypes #565
Comments
@durdenx Could you share a reproduction on CodeSandbox or a GitHub repo? |
@ardatan You can find a reproduction here: https://github.com/durdenx/graphql-mesh-json-schema |
I've upgraded to v2.11 and the problem is still there : https://github.com/durdenx/graphql-mesh-json-schema |
It seems to be working fine since SDK is generated in a different way now. Let us know if the issue persists so we can reopen the issue. |
When we use the new naming convention transform with the SDK to transform
snake_case
types incamelCase
, renamed input fields are not well binded with their correspondingsnake_case
fields.If we use:
the following query :
return an error:
if we use
graphql-mesh serve
it's working.The text was updated successfully, but these errors were encountered: