@graphql-tools/delegate
Advanced tools
Comparing version 10.2.2-alpha-be4cd665cefb56ccd6b7babe66c11a6950b7485e to 10.2.2-alpha-bf5626eef95b025e102c99fbb2fbe8437015c6f4
@@ -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-be4cd665cefb56ccd6b7babe66c11a6950b7485e", | ||
"version": "10.2.2-alpha-bf5626eef95b025e102c99fbb2fbe8437015c6f4", | ||
"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
287440
5520
+ Added@graphql-tools/batch-execute@9.0.11(transitive)
- Removed@graphql-tools/batch-execute@9.0.7(transitive)