We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54928aa commit 8c952abCopy full SHA for 8c952ab
src/format/Type.ts
@@ -14,7 +14,7 @@ export function formatType(type: TypeIR): string {
14
return formatScalarType(type)
15
}
16
if (type.fields) {
17
- return formatInterfaceType(type)
+ return _snake2Pascal(formatInterfaceType(type))
18
19
if (type.union) {
20
return formatUnionType(type)
0 commit comments