@graphql-tools/delegate
Advanced tools
Comparing version 6.0.13-alpha-3b5b677.0 to 6.0.13-alpha-62b48f1a.0
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "6.0.13-alpha-3b5b677.0", | ||
"version": "6.0.13-alpha-62b48f1a.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-3b5b677.0", | ||
"@graphql-tools/utils": "6.0.13-alpha-3b5b677.0", | ||
"@graphql-tools/schema": "6.0.13-alpha-62b48f1a.0", | ||
"@graphql-tools/utils": "6.0.13-alpha-62b48f1a.0", | ||
"@ardatan/aggregate-error": "0.0.1", | ||
@@ -14,0 +14,0 @@ "tslib": "~2.0.0" |
@@ -1,3 +0,3 @@ | ||
import { GraphQLResolveInfo, ExecutionResult, GraphQLOutputType, GraphQLSchema } from 'graphql'; | ||
import { Transform } from '@graphql-tools/utils'; | ||
import { GraphQLResolveInfo, GraphQLOutputType, GraphQLSchema } from 'graphql'; | ||
import { Transform, ExecutionResult } from '@graphql-tools/utils'; | ||
import { SubschemaConfig } from '../types'; | ||
@@ -4,0 +4,0 @@ export default class CheckResultAndHandleErrors implements Transform { |
393141
+ Added@graphql-tools/schema@6.0.13-alpha-62b48f1a.0(transitive)
+ Added@graphql-tools/utils@6.0.13-alpha-62b48f1a.0(transitive)
- Removed@graphql-tools/schema@6.0.13-alpha-3b5b677.0(transitive)
- Removed@graphql-tools/utils@6.0.13-alpha-3b5b677.0(transitive)