simple-graphql
Advanced tools
Comparing version 4.2.5 to 4.2.6
@@ -75,3 +75,3 @@ "use strict"; | ||
if (((_b = (_a = schema.options.tableOptions) === null || _a === void 0 ? void 0 : _a.primaryKey) === null || _b === void 0 ? void 0 : _b.autoIncrement) === false) { | ||
//attrs['id'] = args['id'] | ||
attrs['id'] = args['id']; | ||
} | ||
@@ -78,0 +78,0 @@ lodash_1.default.forOwn(schema.config.fields, (value, key) => { |
{ | ||
"name": "simple-graphql", | ||
"version": "4.2.5", | ||
"version": "4.2.6", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
333890