@envelop/extended-validation
Advanced tools
Comparing version 1.1.1 to 1.2.0-alpha-15b486f.0
@@ -6,3 +6,3 @@ 'use strict'; | ||
const graphql = require('graphql'); | ||
const values_js = require('graphql/execution/values.js'); | ||
const utils = require('@graphql-tools/utils'); | ||
@@ -75,3 +75,3 @@ const SYMBOL_EXTENDED_VALIDATION_RULES = Symbol('SYMBOL_EXTENDED_VALIDATION_RULES'); | ||
} | ||
const values = values_js.getArgumentValues(fieldType, node, executionArgs.variableValues); | ||
const values = utils.getArgumentValues(fieldType, node, executionArgs.variableValues || undefined); | ||
if (fieldType) { | ||
@@ -78,0 +78,0 @@ const isOneOfFieldType = ((_b = fieldType.extensions) === null || _b === void 0 ? void 0 : _b.oneOf) || (fieldType.astNode && getDirectiveFromAstNode(fieldType.astNode, 'oneOf')); |
{ | ||
"name": "@envelop/extended-validation", | ||
"version": "1.1.1", | ||
"version": "1.2.0-alpha-15b486f.0", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0" | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/utils": "8.5.0" | ||
}, | ||
"repository": { | ||
@@ -9,0 +12,0 @@ "type": "git", |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16980
2
2
+ Added@graphql-tools/utils@8.5.0
+ Added@graphql-tools/utils@8.5.0(transitive)
+ Addedgraphql@16.10.0(transitive)
+ Addedtslib@2.3.1(transitive)
- Removedgraphql@15.10.1(transitive)