@graphql-tools/delegate
Advanced tools
Comparing version 10.2.11 to 10.2.12-alpha-02f0343158235250a2b3d47f7097b35db23b4526
import { ExecutionRequest, ExecutionResult, Executor, MaybePromise, PromiseWithResolvers, Maybe } from '@graphql-tools/utils'; | ||
export { createDeferred } from '@graphql-tools/utils'; | ||
import * as graphql from 'graphql'; | ||
import { GraphQLSchema, OperationTypeNode, GraphQLResolveInfo, GraphQLOutputType, GraphQLError, SelectionSetNode, FieldNode, GraphQLObjectType, FragmentDefinitionNode, VariableDefinitionNode, GraphQLNamedType, GraphQLFieldResolver, GraphQLNamedOutputType, GraphQLInterfaceType, SelectionNode, GraphQLField, TypeInfo, GraphQLType } from 'graphql'; | ||
import { GraphQLSchema, OperationTypeNode, GraphQLFieldResolver, GraphQLResolveInfo, GraphQLOutputType, GraphQLError, SelectionSetNode, GraphQLObjectType, FragmentDefinitionNode, VariableDefinitionNode, FieldNode, GraphQLNamedType, GraphQLNamedOutputType, GraphQLInterfaceType, SelectionNode, GraphQLField, TypeInfo, GraphQLType } from 'graphql'; | ||
import DataLoader from 'dataloader'; | ||
@@ -6,0 +6,0 @@ export { executorFromSchema as createDefaultExecutor } from '@graphql-tools/executor'; |
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "10.2.11", | ||
"version": "10.2.12-alpha-02f0343158235250a2b3d47f7097b35db23b4526", | ||
"type": "module", | ||
@@ -41,6 +41,6 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-tools/batch-execute": "^9.0.11", | ||
"@graphql-tools/batch-execute": "9.0.12-alpha-02f0343158235250a2b3d47f7097b35db23b4526", | ||
"@graphql-tools/executor": "^1.3.10", | ||
"@graphql-tools/schema": "^10.0.11", | ||
"@graphql-tools/utils": "^10.7.0", | ||
"@graphql-tools/utils": "^10.8.1", | ||
"@repeaterjs/repeater": "^3.0.6", | ||
@@ -53,5 +53,5 @@ "dataloader": "^2.2.3", | ||
"graphql": "^16.9.0", | ||
"pkgroll": "2.6.1" | ||
"pkgroll": "2.8.2" | ||
}, | ||
"sideEffects": false | ||
} |
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 not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
299265
5670
2
+ Added@graphql-tools/batch-execute@9.0.12-alpha-02f0343158235250a2b3d47f7097b35db23b4526(transitive)
+ Added@graphql-tools/executor@1.3.14(transitive)
- Removed@graphql-tools/batch-execute@9.0.12(transitive)
- Removed@graphql-tools/executor@1.4.0(transitive)
Updated@graphql-tools/batch-execute@9.0.12-alpha-02f0343158235250a2b3d47f7097b35db23b4526
Updated@graphql-tools/utils@^10.8.1