@graphql-tools/executor
Advanced tools
Comparing version 0.0.2-alpha-20221029153041-68044ec1 to 0.0.2-alpha-20221029171008-84cfd616
@@ -7,3 +7,3 @@ "use strict"; | ||
const AccumulatorMap_js_1 = require("./AccumulatorMap.js"); | ||
const directives_1 = require("../directives"); | ||
const index_js_1 = require("../directives/index.js"); | ||
/** | ||
@@ -117,3 +117,3 @@ * Given a selectionSet, collects all of the fields and returns them. | ||
function getDeferValues(variableValues, node) { | ||
const defer = (0, graphql_1.getDirectiveValues)(directives_1.GraphQLDeferDirective, node, variableValues); | ||
const defer = (0, graphql_1.getDirectiveValues)(index_js_1.GraphQLDeferDirective, node, variableValues); | ||
if (!defer) { | ||
@@ -120,0 +120,0 @@ return; |
import { Kind, getDirectiveValues, } from 'graphql'; | ||
import { doesFragmentConditionMatch, getFieldEntryKey, memoize5, shouldIncludeNode } from '@graphql-tools/utils'; | ||
import { AccumulatorMap } from './AccumulatorMap.js'; | ||
import { GraphQLDeferDirective } from '../directives'; | ||
import { GraphQLDeferDirective } from '../directives/index.js'; | ||
/** | ||
@@ -6,0 +6,0 @@ * Given a selectionSet, collects all of the fields and returns them. |
{ | ||
"name": "@graphql-tools/executor", | ||
"version": "0.0.2-alpha-20221029153041-68044ec1", | ||
"version": "0.0.2-alpha-20221029171008-84cfd616", | ||
"sideEffects": false, | ||
@@ -9,3 +9,3 @@ "peerDependencies": { | ||
"dependencies": { | ||
"@graphql-tools/utils": "8.14.0-alpha-20221029153041-68044ec1", | ||
"@graphql-tools/utils": "8.14.0-alpha-20221029171008-84cfd616", | ||
"@graphql-typed-document-node/core": "3.1.1" | ||
@@ -12,0 +12,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
194592
+ Added@graphql-tools/utils@8.14.0-alpha-20221029171008-84cfd616(transitive)
- Removed@graphql-tools/utils@8.14.0-alpha-20221029153041-68044ec1(transitive)
Updated@graphql-tools/utils@8.14.0-alpha-20221029171008-84cfd616