@winninjs/graphql-io-utils
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "@winninjs/graphql-io-utils", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Utilities directives and scalar types to help on graphql input/output validation and sanitization.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -1,2 +0,2 @@ | ||
const { SchemaDirectiveVisitor } = require("@graphql-tools/utils") | ||
const { SchemaDirectiveVisitor } = require("graphql-tools") | ||
const { GraphQLScalarType, GraphQLNonNull } = require("graphql") | ||
@@ -3,0 +3,0 @@ |
35385