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.
2 parents 1c1a379 + d62cabf commit 3f806e4Copy full SHA for 3f806e4
src/visitor.ts
@@ -63,7 +63,7 @@ export class Visitor extends TsVisitor {
63
return fieldsWithArguments
64
.map((field) => {
65
const name
66
- = `${node.name.value
+ = `${this.convertName(node.name.value)
67
+ (this.config.addUnderscoreToArgsType ? '_' : '')
68
+ this.convertName(field, {
69
useTypesPrefix: false,
0 commit comments