simple-graphql
Advanced tools
Comparing version 1.0.28 to 1.0.29
{ | ||
"name": "simple-graphql", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -70,3 +70,3 @@ 'use strict'; | ||
foreignField: foreignField, | ||
foreignKey: { name: foreignField, allowNull: false }, | ||
foreignKey: { name: foreignField + 'Id', allowNull: false }, | ||
onDelete: 'RESTRICT', | ||
@@ -73,0 +73,0 @@ constraints: true |
{ | ||
"name": "simple-graphql", | ||
"version": "1.0.28", | ||
"version": "1.0.29", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
304752