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 ac852b0 commit 0e1eddaCopy full SHA for 0e1edda
src/yup/index.ts
@@ -26,7 +26,7 @@ export const YupSchemaVisitor = (schema: GraphQLSchema, config: ValidationSchema
26
}
27
return [importYup];
28
},
29
- initialEmit: (): string => "",
+ initialEmit: (): string => '',
30
InputObjectTypeDefinition: (node: InputObjectTypeDefinitionNode) => {
31
const name = tsVisitor.convertName(node.name.value);
32
importTypes.push(name);
0 commit comments