@graphql-tools/wrap
Advanced tools
Comparing version 6.0.13-alpha-8a532b31.0 to 6.0.13-alpha-af46985c.0
{ | ||
"name": "@graphql-tools/wrap", | ||
"version": "6.0.13-alpha-8a532b31.0", | ||
"version": "6.0.13-alpha-af46985c.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,5 +10,5 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/delegate": "6.0.13-alpha-8a532b31.0", | ||
"@graphql-tools/schema": "6.0.13-alpha-8a532b31.0", | ||
"@graphql-tools/utils": "6.0.13-alpha-8a532b31.0", | ||
"@graphql-tools/delegate": "6.0.13-alpha-af46985c.0", | ||
"@graphql-tools/schema": "6.0.13-alpha-af46985c.0", | ||
"@graphql-tools/utils": "6.0.13-alpha-af46985c.0", | ||
"aggregate-error": "3.0.1", | ||
@@ -15,0 +15,0 @@ "tslib": "~2.0.0" |
@@ -11,4 +11,2 @@ import { GraphQLSchema } from 'graphql'; | ||
transformResult(result: ExecutionResult): ExecutionResult; | ||
private transformData; | ||
private transformObject; | ||
} |
@@ -16,5 +16,4 @@ import { GraphQLSchema } from 'graphql'; | ||
transformResult(result: ExecutionResult, _delegationContext?: Record<string, any>, transformationContext?: Record<string, any>): ExecutionResult<Record<string, any>>; | ||
private transformFields; | ||
private transformDocument; | ||
private transformSelectionSet; | ||
} |
@@ -13,4 +13,3 @@ import { GraphQLSchema } from 'graphql'; | ||
transformRequest(originalRequest: Request, delegationContext?: Record<string, any>): Request; | ||
private transformFields; | ||
private transformDocument; | ||
} |
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
391358
3326
+ Added@graphql-tools/delegate@6.0.13-alpha-af46985c.0(transitive)
+ Added@graphql-tools/schema@6.0.13-alpha-af46985c.0(transitive)
+ Added@graphql-tools/utils@6.0.13-alpha-af46985c.0(transitive)
- Removed@graphql-tools/delegate@6.0.13-alpha-8a532b31.0(transitive)
- Removed@graphql-tools/schema@6.0.13-alpha-8a532b31.0(transitive)
- Removed@graphql-tools/utils@6.0.13-alpha-8a532b31.0(transitive)