@graphql-tools/delegate
Advanced tools
Comparing version 6.0.19-alpha-1b1f4b65.0 to 6.0.19-alpha-242efa00.0
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "6.0.19-alpha-1b1f4b65.0", | ||
"version": "6.0.19-alpha-242efa00.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,7 +10,7 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/schema": "6.0.19-alpha-1b1f4b65.0", | ||
"@graphql-tools/utils": "6.0.19-alpha-1b1f4b65.0", | ||
"@graphql-tools/schema": "6.0.19-alpha-242efa00.0", | ||
"@graphql-tools/utils": "6.0.19-alpha-242efa00.0", | ||
"@ardatan/aggregate-error": "0.0.1", | ||
"is-promise": "4.0.0", | ||
"tslib": "~2.0.0" | ||
"tslib": "~2.0.1" | ||
}, | ||
@@ -17,0 +17,0 @@ "repository": "git@github.com:ardatan/graphql-tools.git", |
@@ -5,6 +5,7 @@ import { GraphQLSchema } from 'graphql'; | ||
private readonly targetSchema; | ||
private readonly mapping; | ||
private readonly reverseMapping; | ||
private readonly possibleTypesMap; | ||
private readonly reversePossibleTypesMap; | ||
private readonly interfaceExtensionsMap; | ||
constructor(sourceSchema: GraphQLSchema, targetSchema: GraphQLSchema); | ||
transformRequest(originalRequest: Request): Request; | ||
} |
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
484621
3920
+ Added@graphql-tools/schema@6.0.19-alpha-242efa00.0(transitive)
+ Added@graphql-tools/utils@6.0.19-alpha-242efa00.0(transitive)
- Removed@graphql-tools/schema@6.0.19-alpha-1b1f4b65.0(transitive)
- Removed@graphql-tools/utils@6.0.19-alpha-1b1f4b65.0(transitive)
Updatedtslib@~2.0.1