@graphql-tools/delegate
Advanced tools
Comparing version 10.2.2-alpha-5b38dec0aee5cfbd8e47c3e8a13c4cc61ef8e5cc to 10.2.2-alpha-640249996d90ab2843536f8cca3479e96273754d
@@ -207,4 +207,4 @@ import { ExecutionRequest, ExecutionResult, Executor, MaybePromise, PromiseWithResolvers } from '@graphql-tools/utils'; | ||
declare const extractUnavailableFieldsFromSelectionSet: (schema: GraphQLSchema, fieldType: GraphQLNamedOutputType, fieldSelectionSet: SelectionSetNode, shouldAdd: (fieldType: GraphQLObjectType | GraphQLInterfaceType, selection: FieldNode) => boolean) => SelectionNode[]; | ||
declare const extractUnavailableFields: (schema: GraphQLSchema, field: GraphQLField<any, any>, fieldNode: FieldNode, shouldAdd: (fieldType: GraphQLObjectType | GraphQLInterfaceType, selection: FieldNode) => boolean) => SelectionNode[]; | ||
declare function extractUnavailableFieldsFromSelectionSet(schema: GraphQLSchema, fieldType: GraphQLNamedOutputType, fieldSelectionSet: SelectionSetNode, shouldAdd: (fieldType: GraphQLObjectType | GraphQLInterfaceType, selection: FieldNode) => boolean, fragments?: Record<string, FragmentDefinitionNode>): SelectionNode[]; | ||
declare function extractUnavailableFields(schema: GraphQLSchema, field: GraphQLField<any, any>, fieldNode: FieldNode, shouldAdd: (fieldType: GraphQLObjectType | GraphQLInterfaceType, selection: FieldNode) => boolean, fragments?: Record<string, FragmentDefinitionNode>): SelectionNode[]; | ||
declare function subtractSelectionSets(selectionSetA: SelectionSetNode, selectionSetB: SelectionSetNode): SelectionSetNode; | ||
@@ -211,0 +211,0 @@ |
{ | ||
"name": "@graphql-tools/delegate", | ||
"version": "10.2.2-alpha-5b38dec0aee5cfbd8e47c3e8a13c4cc61ef8e5cc", | ||
"version": "10.2.2-alpha-640249996d90ab2843536f8cca3479e96273754d", | ||
"type": "module", | ||
@@ -41,3 +41,3 @@ "description": "A set of utils for faster development of GraphQL tools", | ||
"dependencies": { | ||
"@graphql-tools/batch-execute": "9.0.7", | ||
"@graphql-tools/batch-execute": "^9.0.7", | ||
"@graphql-tools/executor": "^1.3.3", | ||
@@ -44,0 +44,0 @@ "@graphql-tools/schema": "^10.0.8", |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
287440
5520
+ Added@graphql-tools/batch-execute@9.0.8(transitive)
- Removed@graphql-tools/batch-execute@9.0.7(transitive)