@graphql-tools/delegate
Advanced tools
Comparing version 6.0.10-alpha-48510af.0 to 6.0.10-alpha-8386c6c.0
@@ -794,3 +794,3 @@ 'use strict'; | ||
function mergeProxiedResults(target, ...sources) { | ||
const errors = target[utils.ERROR_SYMBOL].concat(sources.map((source) => source[utils.ERROR_SYMBOL])); | ||
const errors = target[utils.ERROR_SYMBOL].concat(...sources.map((source) => source[utils.ERROR_SYMBOL])); | ||
const fieldSubschemaMap = sources.reduce((acc, source) => { | ||
@@ -797,0 +797,0 @@ const subschema = source[OBJECT_SUBSCHEMA_SYMBOL]; |
@@ -790,3 +790,3 @@ import { Kind, typeFromAST, visit, visitWithTypeInfo, getNamedType, isAbstractType, TypeInfo, isObjectType, isInterfaceType, TypeNameMetaFieldDef, getNullableType, isLeafType, isCompositeType, isListType, isSchema, getOperationAST, execute, subscribe, validate, defaultFieldResolver, parse } from 'graphql'; | ||
function mergeProxiedResults(target, ...sources) { | ||
const errors = target[ERROR_SYMBOL].concat(sources.map((source) => source[ERROR_SYMBOL])); | ||
const errors = target[ERROR_SYMBOL].concat(...sources.map((source) => source[ERROR_SYMBOL])); | ||
const fieldSubschemaMap = sources.reduce((acc, source) => { | ||
@@ -793,0 +793,0 @@ const subschema = source[OBJECT_SUBSCHEMA_SYMBOL]; |
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "6.0.10-alpha-48510af.0", | ||
"version": "6.0.10-alpha-8386c6c.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/schema": "6.0.10-alpha-48510af.0", | ||
"@graphql-tools/utils": "6.0.10-alpha-48510af.0", | ||
"@graphql-tools/schema": "6.0.10-alpha-8386c6c.0", | ||
"@graphql-tools/utils": "6.0.10-alpha-8386c6c.0", | ||
"tslib": "~2.0.0" | ||
@@ -14,0 +14,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
383520
+ Added@graphql-tools/schema@6.0.10-alpha-8386c6c.0(transitive)
+ Added@graphql-tools/utils@6.0.10-alpha-8386c6c.0(transitive)
- Removed@graphql-tools/schema@6.0.10-alpha-48510af.0(transitive)
- Removed@graphql-tools/utils@6.0.10-alpha-48510af.0(transitive)