We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33840fc commit 4f8dab4Copy full SHA for 4f8dab4
src/visitor.ts
@@ -62,7 +62,7 @@ export class Visitor extends TsVisitor {
62
return fieldsWithArguments
63
.map(field => {
64
const name =
65
- node.name.value +
+ this.convertName(node.name.value) +
66
(this.config.addUnderscoreToArgsType ? '_' : '') +
67
this.convertName(field, {
68
useTypesPrefix: false,
0 commit comments