simple-graphql
Advanced tools
Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "simple-graphql", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -91,4 +91,4 @@ 'use strict'; | ||
} | ||
if (value.defaultValue != null) { | ||
dbDefinition[key].defaultValue = value.defaultValue; | ||
if (value.default != null) { | ||
dbDefinition[key].defaultValue = value.default; | ||
} | ||
@@ -95,0 +95,0 @@ if (value.validate != null) { |
{ | ||
"name": "simple-graphql", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"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
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
291290