New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-tools/executor-common

Package Overview
Dependencies
Maintainers
0
Versions
268
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/executor-common - npm Package Compare versions

Comparing version

to
0.0.4-alpha-d3c5e9f20feb17544da2c7b2b77a639194c5be3e

2

CHANGELOG.md
# @graphql-tools/executor-common
## 0.0.4-alpha-d2ee0d2e2b1c20f18636a95e8b5985bffbf3a489
## 0.0.4-alpha-d3c5e9f20feb17544da2c7b2b77a639194c5be3e

@@ -5,0 +5,0 @@ ### Patch Changes

@@ -25,3 +25,18 @@ import { ExecutionRequest } from '@graphql-tools/utils';

declare function serializeExecutionRequest(opts: ExecutionRequestToGraphQLParams): SerializedExecutionRequest;
interface UpstreamErrorExtensions {
code?: string;
serviceName?: string;
request: {
url?: string;
method?: string;
body?: unknown;
};
response?: {
status?: number;
statusText?: string;
headers?: Record<string, string>;
body?: unknown;
};
}
export { type SerializedExecutionRequest, defaultPrintFn, serializeExecutionRequest };
export { type SerializedExecutionRequest, type UpstreamErrorExtensions, defaultPrintFn, serializeExecutionRequest };
{
"name": "@graphql-tools/executor-common",
"version": "0.0.4-alpha-d2ee0d2e2b1c20f18636a95e8b5985bffbf3a489",
"version": "0.0.4-alpha-d3c5e9f20feb17544da2c7b2b77a639194c5be3e",
"type": "module",

@@ -5,0 +5,0 @@ "description": "A set of utils for faster development of GraphQL tools",

Sorry, the diff of this file is not supported yet