We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf3cb98 commit 4080933Copy full SHA for 4080933
index.js
@@ -1,5 +1,5 @@
1
const { GraphQLFloat, GraphQLInt, GraphQLString, GraphQLNonNull, isNonNullType, isScalarType } = require('graphql')
2
-const { getDirectives, mapSchema, MapperKind } = require('graphql-tools')
+const { getDirectives, mapSchema, MapperKind } = require('@graphql-tools/utils')
3
const ConstraintStringType = require('./scalars/string')
4
const ConstraintNumberType = require('./scalars/number')
5
0 commit comments