simple-graphql
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "simple-graphql", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "The simple way to generates GraphQL schemas and Sequelize models from your models definition.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -392,3 +392,3 @@ 'use strict'; | ||
if (dbModel.options.underscored) { | ||
condition.$and.push(_sequelize2.default.where(_sequelize2.default.col(_StringHelper2.default.toUnderscoredName(key + '.' + f)), { $eq: condition[key][f] })); | ||
condition.$and.push(_sequelize2.default.where(_sequelize2.default.col(key + '.' + _StringHelper2.default.toUnderscoredName(f)), { $eq: condition[key][f] })); | ||
} else { | ||
@@ -395,0 +395,0 @@ condition.$and.push(_sequelize2.default.where(_sequelize2.default.col(key + '.' + f), { $eq: condition[key][f] })); |
{ | ||
"name": "simple-graphql", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"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