@graphql-tools/delegate
Advanced tools
Comparing version 6.0.13-alpha-bd367bf6.0 to 6.0.13-alpha-c845721b.0
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "6.0.13-alpha-bd367bf6.0", | ||
"version": "6.0.13-alpha-c845721b.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-c845721b.0", | ||
"@graphql-tools/utils": "6.0.13-alpha-c845721b.0", | ||
"@ardatan/aggregate-error": "0.0.1", | ||
@@ -14,0 +14,0 @@ "tslib": "~2.0.0" |
@@ -100,3 +100,4 @@ import { GraphQLSchema, GraphQLOutputType, SelectionSetNode, FieldNode, DocumentNode, GraphQLResolveInfo, GraphQLFieldResolver, InlineFragmentNode, FragmentDefinitionNode, GraphQLObjectType, VariableDefinitionNode, OperationTypeNode } from 'graphql'; | ||
fieldName?: string; | ||
args?: (originalResult: any) => Record<string, any>; | ||
args?: (source: any) => Record<string, any>; | ||
key?: (originalResult: any) => any; | ||
resolve?: MergedTypeResolver; | ||
@@ -103,0 +104,0 @@ } |
426558
3444
+ Added@graphql-tools/schema@6.0.13-alpha-c845721b.0(transitive)
+ Added@graphql-tools/utils@6.0.13-alpha-c845721b.0(transitive)
- Removed@graphql-tools/schema@6.0.13-alpha-bd367bf6.0(transitive)
- Removed@graphql-tools/utils@6.0.13-alpha-bd367bf6.0(transitive)