@magidoc/plugin-reverse-schema-mapper
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -5,3 +5,3 @@ { | ||
"private": false, | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"type": "module", | ||
@@ -28,5 +28,5 @@ "license": "MIT", | ||
"test": "jest", | ||
"release": "pnpm publish" | ||
"release": "pnpm publish --no-git-checks --access public" | ||
}, | ||
"readme": "# Reverse schema mapper\nThis project can be used to take an existing GraphQL Schema and perform a reverse mapping of it. Allowing to find where types are referenced/used. \n\nIt also aims to generate a reverse mapping tree for a type, allowing to find how to query it." | ||
} |
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
72914