graphql-model
Advanced tools
Comparing version 0.0.2 to 0.0.3
@@ -90,6 +90,8 @@ 'use strict'; | ||
// value | ||
return function get() { | ||
return this._raw[key]; | ||
}; | ||
if (Type) { | ||
// value | ||
return function get() { | ||
return this._raw[key]; | ||
}; | ||
} | ||
}; | ||
@@ -96,0 +98,0 @@ |
{ | ||
"name": "graphql-model", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "A data model class for wrapping a data object for easier resolving fields in GraphQL", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
16003
202