Skip to content

Commit 4080933

Browse files
authored
feat: use specific graphql-tools modules to reduce the size the total package (#36)
1 parent cf3cb98 commit 4080933

File tree

4 files changed

+212
-2104
lines changed

4 files changed

+212
-2104
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const { GraphQLFloat, GraphQLInt, GraphQLString, GraphQLNonNull, isNonNullType, isScalarType } = require('graphql')
2-
const { getDirectives, mapSchema, MapperKind } = require('graphql-tools')
2+
const { getDirectives, mapSchema, MapperKind } = require('@graphql-tools/utils')
33
const ConstraintStringType = require('./scalars/string')
44
const ConstraintNumberType = require('./scalars/number')
55

0 commit comments

Comments
 (0)