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 dc75414 commit 4684976Copy full SHA for 4684976
src/visitor.ts
@@ -40,7 +40,7 @@ export class Visitor extends TsVisitor {
40
}
41
42
public getScalarType(scalarName: string): string | null {
43
- if (this.scalarDirection === 'both')
+ if (this.scalarDirection === 'both') {
44
return null;
45
46
const scalar = this.scalars[scalarName];
0 commit comments