simple-graphql
Advanced tools
Comparing version 4.0.8 to 4.0.9
@@ -79,3 +79,2 @@ "use strict"; | ||
? yield dbModel.withCache().count({ | ||
attributes: attributes, | ||
distinct: true, | ||
@@ -87,3 +86,2 @@ include: include, | ||
: yield dbModel.count({ | ||
attributes: attributes, | ||
distinct: true, | ||
@@ -90,0 +88,0 @@ include: include, |
{ | ||
"name": "simple-graphql", | ||
"version": "4.0.8", | ||
"version": "4.0.9", | ||
"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
322096
4783