graphql-platform
graphql-platform copied to clipboard
Strawberry Shake: Can we get generated code without underscores?
Is your feature request related to a problem?
Underscores in the names of the classes generated by Strawberry Shake end up adding quite a lot of bulk, and also go against our coding style.
The solution you'd like
Would love to see the ability to configure the code generator to not emit underscores in any class/interface/enum/etc... names.
Product
Strawberry Shake
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Not stale!
@atrauzzi Did you try fragments? You can control how your classes are named with fragments.
Sorry, do you have a link for this?
Not stale.
Would be nice. Also looking for a way to achieve this