@graphql-markdown/printer-legacy
Advanced tools
Comparing version 1.1.5 to 1.1.6
@@ -8,3 +8,3 @@ { | ||
}, | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"license": "MIT", | ||
@@ -11,0 +11,0 @@ "main": "src/index.js", |
@@ -297,3 +297,7 @@ const { | ||
) { | ||
if (typeof type === "undefined" || type === null) { | ||
if ( | ||
typeof type === "undefined" || | ||
type === null || | ||
hasDirective(type, this.skipDocDirective) | ||
) { | ||
return ""; | ||
@@ -300,0 +304,0 @@ } |
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
19668
557