Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/executor

Package Overview
Dependencies
Maintainers
3
Versions
349
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/executor - npm Package Compare versions

Comparing version 2.0.0-alpha-20240809205507-1083c44e6d89aae35ad69b32b3425518a1e83213 to 2.0.0-alpha-20240811040007-620fd9af9a13af49b8328c7396808922249782bc

2

cjs/execution/execute.js

@@ -855,3 +855,3 @@ "use strict";

const originalGroupedFieldSet = collectSubfields(exeContext, returnType, fieldGroup, path);
if (!exeContext.encounteredDefer && originalGroupedFieldSet.encounteredDefer !== true) {
if (!exeContext.encounteredDefer && !originalGroupedFieldSet.encounteredDefer) {
return executeFields(exeContext, returnType, result, path, originalGroupedFieldSet, incrementalContext);

@@ -858,0 +858,0 @@ }

@@ -847,3 +847,3 @@ import { assertValidSchema, getDirectiveValues, GraphQLError, isAbstractType, isLeafType, isListType, isNonNullType, isObjectType, Kind, locatedError, SchemaMetaFieldDef, TypeMetaFieldDef, TypeNameMetaFieldDef, versionInfo, } from 'graphql';

const originalGroupedFieldSet = collectSubfields(exeContext, returnType, fieldGroup, path);
if (!exeContext.encounteredDefer && originalGroupedFieldSet.encounteredDefer !== true) {
if (!exeContext.encounteredDefer && !originalGroupedFieldSet.encounteredDefer) {
return executeFields(exeContext, returnType, result, path, originalGroupedFieldSet, incrementalContext);

@@ -850,0 +850,0 @@ }

{
"name": "@graphql-tools/executor",
"version": "2.0.0-alpha-20240809205507-1083c44e6d89aae35ad69b32b3425518a1e83213",
"version": "2.0.0-alpha-20240811040007-620fd9af9a13af49b8328c7396808922249782bc",
"sideEffects": false,

@@ -9,3 +9,3 @@ "peerDependencies": {

"dependencies": {
"@graphql-tools/utils": "10.4.0-alpha-20240809205507-1083c44e6d89aae35ad69b32b3425518a1e83213",
"@graphql-tools/utils": "10.4.0-alpha-20240811040007-620fd9af9a13af49b8328c7396808922249782bc",
"@graphql-typed-document-node/core": "3.2.0",

@@ -12,0 +12,0 @@ "@repeaterjs/repeater": "^3.0.4",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc