@graphql-tools/delegate
Advanced tools
Comparing version 6.0.13-alpha-bd367bf6.0 to 6.0.13-alpha-c5aae7bc.0
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "6.0.13-alpha-bd367bf6.0", | ||
"version": "6.0.13-alpha-c5aae7bc.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/schema": "6.0.13-alpha-bd367bf6.0", | ||
"@graphql-tools/utils": "6.0.13-alpha-bd367bf6.0", | ||
"@graphql-tools/schema": "6.0.13-alpha-c5aae7bc.0", | ||
"@graphql-tools/utils": "6.0.13-alpha-c5aae7bc.0", | ||
"@ardatan/aggregate-error": "0.0.1", | ||
@@ -14,0 +14,0 @@ "tslib": "~2.0.0" |
@@ -62,3 +62,3 @@ import { GraphQLSchema, GraphQLOutputType, SelectionSetNode, FieldNode, DocumentNode, GraphQLResolveInfo, GraphQLFieldResolver, InlineFragmentNode, FragmentDefinitionNode, GraphQLObjectType, VariableDefinitionNode, OperationTypeNode } from 'graphql'; | ||
export interface MergedTypeInfo { | ||
targetSubschemas: Map<SubschemaConfig, Array<SubschemaConfig>>; | ||
subschemas: Array<SubschemaConfig>; | ||
selectionSet?: SelectionSetNode; | ||
@@ -65,0 +65,0 @@ uniqueFields: Record<string, SubschemaConfig>; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
419971
34
3392
+ Added@graphql-tools/schema@6.0.13-alpha-c5aae7bc.0(transitive)
+ Added@graphql-tools/utils@6.0.13-alpha-c5aae7bc.0(transitive)
- Removed@graphql-tools/schema@6.0.13-alpha-bd367bf6.0(transitive)
- Removed@graphql-tools/utils@6.0.13-alpha-bd367bf6.0(transitive)