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 b1a4e32 commit 682c958Copy full SHA for 682c958
src/parsers/InputFieldDeclarationParser.ts
@@ -94,7 +94,7 @@ export class InputFieldDeclarationParser {
94
fullDeclaration.inputFieldType = InputFieldDeclarationParser.getInputFieldType(fullDeclaration.inputFieldType);
95
96
// template check:
97
- let useTemplate: boolean = isTruthy(templateName) && typeof templateName === 'string';
+ let useTemplate: boolean = isTruthy(templateName);
98
if (useTemplate) {
99
InputFieldDeclarationParser.applyTemplate(fullDeclaration, templateName);
100
}
0 commit comments