Comparing version 0.0.4 to 0.0.5
@@ -79,7 +79,7 @@ const { makeExecutableSchema } = require('graphql-tools') | ||
fieldLine += ')' | ||
if(field.resolver && typeof field.resolver === 'function') { | ||
resolvers[typeKey] = resolvers[typeKey] || {} | ||
resolvers[typeKey][fieldKey] = field.resolver | ||
} | ||
} | ||
if(field.resolver && typeof field.resolver === 'function') { | ||
resolvers[typeKey] = resolvers[typeKey] || {} | ||
resolvers[typeKey][fieldKey] = field.resolver | ||
} | ||
fieldLine += `: ${field.type}` | ||
@@ -86,0 +86,0 @@ typeSchema += `${fieldLine} |
{ | ||
"name": "aeros", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Low-friction GraphQL schemas", | ||
@@ -5,0 +5,0 @@ "main": "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
7650