cf-graphql
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "cf-graphql", | ||
"description": "Generate a GraphQL schema out of your Contentful space", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "repository": "jelz/cf-graphql", |
@@ -88,3 +88,3 @@ 'use strict'; | ||
.then(res => { | ||
const ctId = _get(res ['sys', 'contentType', 'sys', 'id']); | ||
const ctId = _get(res, ['sys', 'contentType', 'sys', 'id']); | ||
if (forcedCtId && ctId !== forcedCtId) { | ||
@@ -91,0 +91,0 @@ throw new Error('Does not match the forced Content Type ID.'); |
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
229761