graphql-validate-directive
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "graphql-validate-directive", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"main": "dist/cjs/index.js", | ||
@@ -16,2 +16,3 @@ "module": "dist/esm/index.js", | ||
"@types/node": "^14.14.31", | ||
"codecov": "^3.8.3", | ||
"eslint": "^7.21.0", | ||
@@ -18,0 +19,0 @@ "graphql": "^16.3.0", |
# graphql-validate-directive | ||
[![npm](https://img.shields.io/npm/v/graphql-validate-directive?style=flat-square)](https://www.npmjs.com/package/graphql-validate-directive) | ||
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/cnwangjie/graphql-validate-directive/Test?label=test&logo=github&style=flat-square) | ||
![Codecov](https://img.shields.io/codecov/c/github/cnwangjie/graphql-validate-directive?style=flat-square&token=QhjBkB6PwD) | ||
![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/graphql-validate-directive?style=flat-square) | ||
### Summary | ||
@@ -4,0 +9,0 @@ |
@@ -9,2 +9,3 @@ import type { GraphQLSchema } from 'graphql' | ||
new GraphQLValidateDirective(schema, directiveName).transformSchema() | ||
return schema | ||
} |
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
26707
500
47
12