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 the keys of arguments and variables to kebab-case #439

Open
wickedev opened this issue Feb 13, 2023 · 1 comment
Open

Convert the keys of arguments and variables to kebab-case #439

wickedev opened this issue Feb 13, 2023 · 1 comment

Comments

@wickedev
Copy link

wickedev commented Feb 13, 2023

I would like to convert the keys of arguments and variables to kebab-case, while keeping the use of camelCase for SDL (or edn) cases. Is there an official way to do this or a way that I can contribute to achieve it?

@hlship
Copy link
Member

hlship commented Mar 9, 2023

There isn't a good way to do this; previous attempts to do stuff like this ended up being a bit of a mess. I know I prefer to keep the names consistent from database, through Clojure code, and into the GraphQL, even if the :namesAreABitOdd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants