simple-graphql
Advanced tools
Comparing version 4.1.9 to 4.1.10
@@ -29,3 +29,3 @@ "use strict"; | ||
} | ||
return other; | ||
return { as: other.as, attributes: other.attributes }; | ||
} | ||
@@ -32,0 +32,0 @@ return include; |
{ | ||
"name": "simple-graphql", | ||
"version": "4.1.9", | ||
"version": "4.1.10", | ||
"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
327487