Socket
Socket
Sign inDemoInstall

@graphql-tools/batch-execute

Package Overview
Dependencies
Maintainers
3
Versions
490
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/batch-execute - npm Package Compare versions

Comparing version 8.5.20-alpha-20230423085506-b2e13178 to 8.5.20-rc-20230423085904-e0e648ef

2

cjs/splitResult.js

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

const resultErrors = (result.errors = (result.errors || []));
resultErrors.push((0, utils_1.createGraphQLError)(error.message));
resultErrors.push(error);
});

@@ -45,0 +45,0 @@ }

// adapted from https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-graphql/src/batching/merge-queries.js
import { createGraphQLError, relocatedError } from '@graphql-tools/utils';
import { relocatedError } from '@graphql-tools/utils';
import { parseKey } from './prefix.js';

@@ -39,3 +39,3 @@ /**

const resultErrors = (result.errors = (result.errors || []));
resultErrors.push(createGraphQLError(error.message));
resultErrors.push(error);
});

@@ -42,0 +42,0 @@ }

{
"name": "@graphql-tools/batch-execute",
"version": "8.5.20-alpha-20230423085506-b2e13178",
"version": "8.5.20-rc-20230423085904-e0e648ef",
"description": "A set of utils for faster development of GraphQL tools",

@@ -11,5 +11,5 @@ "sideEffects": false,

"@graphql-tools/utils": "^9.2.1",
"dataloader": "^2.2.2",
"dataloader": "2.2.2",
"tslib": "^2.4.0",
"value-or-promise": "^1.0.12"
"value-or-promise": "1.0.12"
},

@@ -16,0 +16,0 @@ "repository": {

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