simple-graphql
Advanced tools
Comparing version 0.3.6 to 0.3.7
@@ -91,2 +91,15 @@ 'use strict'; | ||
model.fields({ | ||
createdAt: { | ||
$type: Date, | ||
initializable: false, | ||
mutable: false | ||
}, | ||
updatedAt: { | ||
$type: Date, | ||
initializable: false, | ||
mutable: false | ||
} | ||
}); | ||
_lodash2.default.forOwn(model.config.queries, function (value, key) { | ||
@@ -175,6 +188,3 @@ if (!value['name']) { | ||
}() | ||
}, | ||
// TODO | ||
createdAt: Date, | ||
updatedAt: Date | ||
} | ||
}); | ||
@@ -181,0 +191,0 @@ |
{ | ||
"name": "simple-graphql", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
{ | ||
"name": "simple-graphql", | ||
"version": "0.3.6", | ||
"version": "0.3.7", | ||
"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
291820
5030