@envelop/generic-auth
Advanced tools
Comparing version 8.0.1-alpha-20241211101407-78d40a8bc4c78d160a9672d90b9f0715fac8f6bb to 8.0.1-alpha-20241211102136-37c4d2b9b8a7d2c0554739c650820206241be163
@@ -6,2 +6,3 @@ "use strict"; | ||
const extended_validation_1 = require("@envelop/extended-validation"); | ||
const executor_1 = require("@graphql-tools/executor"); | ||
const utils_1 = require("@graphql-tools/utils"); | ||
@@ -132,3 +133,3 @@ exports.DIRECTIVE_SDL = ` | ||
if (variableDefinitions?.length) { | ||
const { coerced } = (0, graphql_1.getVariableValues)(schema, variableDefinitions, args.variableValues || {}); | ||
const { coerced } = (0, executor_1.getVariableValues)(schema, variableDefinitions, args.variableValues || {}); | ||
variableValues = coerced; | ||
@@ -135,0 +136,0 @@ } |
@@ -1,3 +0,4 @@ | ||
import { getNamedType, getOperationAST, getVariableValues, isAbstractType, isInterfaceType, isIntrospectionType, isListType, isObjectType, isUnionType, } from 'graphql'; | ||
import { getNamedType, getOperationAST, isAbstractType, isInterfaceType, isIntrospectionType, isListType, isObjectType, isUnionType, } from 'graphql'; | ||
import { useExtendedValidation } from '@envelop/extended-validation'; | ||
import { getVariableValues } from '@graphql-tools/executor'; | ||
import { createGraphQLError, getDefinedRootType, getDirectiveExtensions, shouldIncludeNode, } from '@graphql-tools/utils'; | ||
@@ -4,0 +5,0 @@ export const DIRECTIVE_SDL = /* GraphQL */ ` |
{ | ||
"name": "@envelop/generic-auth", | ||
"version": "8.0.1-alpha-20241211101407-78d40a8bc4c78d160a9672d90b9f0715fac8f6bb", | ||
"version": "8.0.1-alpha-20241211102136-37c4d2b9b8a7d2c0554739c650820206241be163", | ||
"sideEffects": false, | ||
@@ -11,2 +11,3 @@ "peerDependencies": { | ||
"@envelop/extended-validation": "^4.1.0", | ||
"@graphql-tools/executor": "^1.3.6", | ||
"@graphql-tools/utils": "^10.5.1", | ||
@@ -13,0 +14,0 @@ "tslib": "^2.5.0" |
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
56728
682
6
+ Added@graphql-tools/executor@1.3.12(transitive)
+ Added@repeaterjs/repeater@3.0.6(transitive)
+ Added@whatwg-node/disposablestack@0.0.5(transitive)
+ Addedvalue-or-promise@1.0.12(transitive)