graphql-validate-directive
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -5,3 +5,4 @@ import { DefaultValidateDirectiveName } from './constants'; | ||
new GraphQLValidateDirective(schema, directiveName).transformSchema(); | ||
return schema; | ||
}; | ||
//# sourceMappingURL=validateDirective.js.map |
{ | ||
"name": "graphql-validate-directive", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"main": "dist/cjs/index.js", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
import type { GraphQLSchema } from 'graphql'; | ||
export declare const validateDirective: (directiveName?: string) => (schema: GraphQLSchema) => void; | ||
export declare const validateDirective: (directiveName?: string) => (schema: GraphQLSchema) => GraphQLSchema; |
Sorry, the diff of this file is not supported yet
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
40875
45
727