gql-types-generator
Advanced tools
Comparing version 1.2.19 to 1.2.20
@@ -87,3 +87,3 @@ "use strict"; | ||
} | ||
return [4 /*yield*/, compileOperations(operationsString, outputDirectory, schema)]; | ||
return [4 /*yield*/, compileOperations(operationsString, outputDirectory, schema, removeDescription)]; | ||
case 7: | ||
@@ -130,3 +130,3 @@ compiledTypes = (_d.sent()).compiledTypes; | ||
// Add schema as default export | ||
schemaDefinition += "\n\nconst schema = `" + schemaString + "`;\n" | ||
schemaDefinition += "\n\nconst schema: string = `" + schemaString + "`;\n" | ||
+ "export default schema;"; | ||
@@ -133,0 +133,0 @@ // Write all the schema into a single file |
{ | ||
"name": "gql-types-generator", | ||
"version": "1.2.19", | ||
"version": "1.2.20", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
68435