You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: