@graphql-tools/executor-http
Advanced tools
Comparing version 1.1.1-alpha-20240705122509-c1572ee6ddcebf4c513a32fef9e78bd3e3456a1c to 1.1.1-alpha-20240705122633-ebb8878f043ab76001e9d678260bcb58f8bf6664
@@ -147,3 +147,3 @@ "use strict"; | ||
code: 'DOWNSTREAM_SERVICE_ERROR', | ||
...options.extensions || {}, | ||
...(options.extensions || {}), | ||
}, | ||
@@ -150,0 +150,0 @@ })), |
@@ -143,3 +143,3 @@ import { ValueOrPromise } from 'value-or-promise'; | ||
code: 'DOWNSTREAM_SERVICE_ERROR', | ||
...options.extensions || {}, | ||
...(options.extensions || {}), | ||
}, | ||
@@ -146,0 +146,0 @@ })), |
{ | ||
"name": "@graphql-tools/executor-http", | ||
"version": "1.1.1-alpha-20240705122509-c1572ee6ddcebf4c513a32fef9e78bd3e3456a1c", | ||
"version": "1.1.1-alpha-20240705122633-ebb8878f043ab76001e9d678260bcb58f8bf6664", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
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
58377