Skip to content
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

Convert argument name in SDL to camelCase #825

Conversation

maartenvanvliet
Copy link
Contributor

When creating SDL from a schema the argument name was used
literally instead of converting it to camelCase as how it is exposed
in Absinthe.

This PR uses the same method as was done for FieldDefinition names
to convert the value using the LanguageConventions adapter.

When creating SDL from a schema the argument name was used
literally instead of converting it to camelCase as how it is exposed
in Absinthe.

This PR uses the same method as was done for FieldDefinition names
to convert the value using the LanguageConventions adapter.
@binaryseed binaryseed merged commit 5ebab90 into absinthe-graphql:master Dec 14, 2019
@maartenvanvliet maartenvanvliet deleted the issues/argument_sdl_language_conventions branch July 1, 2020 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants