@graphql-tools/delegate
Advanced tools
Comparing version 6.0.10-alpha-cb1ed85.0 to 6.0.10-alpha-cf0f405.0
@@ -831,2 +831,5 @@ 'use strict'; | ||
originalSelections.forEach(selection => { | ||
if (selection.name.value === '__typename') { | ||
return; | ||
} | ||
// 2a. use uniqueFields map to assign fields to subschema if one of possible subschemas | ||
@@ -833,0 +836,0 @@ const uniqueSubschema = uniqueFields[selection.name.value]; |
@@ -827,2 +827,5 @@ import { Kind, typeFromAST, visit, visitWithTypeInfo, getNamedType, isAbstractType, TypeInfo, isObjectType, isInterfaceType, TypeNameMetaFieldDef, getNullableType, isLeafType, isCompositeType, isListType, isSchema, getOperationAST, execute, subscribe, validate, defaultFieldResolver, parse } from 'graphql'; | ||
originalSelections.forEach(selection => { | ||
if (selection.name.value === '__typename') { | ||
return; | ||
} | ||
// 2a. use uniqueFields map to assign fields to subschema if one of possible subschemas | ||
@@ -829,0 +832,0 @@ const uniqueSubschema = uniqueFields[selection.name.value]; |
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "6.0.10-alpha-cb1ed85.0", | ||
"version": "6.0.10-alpha-cf0f405.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-cb1ed85.0", | ||
"@graphql-tools/utils": "6.0.10-alpha-cb1ed85.0", | ||
"@graphql-tools/schema": "6.0.10-alpha-cf0f405.0", | ||
"@graphql-tools/utils": "6.0.10-alpha-cf0f405.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
384022
3104
+ Added@graphql-tools/schema@6.0.10-alpha-cf0f405.0(transitive)
+ Added@graphql-tools/utils@6.0.10-alpha-cf0f405.0(transitive)
- Removed@graphql-tools/schema@6.0.10-alpha-cb1ed85.0(transitive)
- Removed@graphql-tools/utils@6.0.10-alpha-cb1ed85.0(transitive)