@graphql-tools/delegate
Advanced tools
Comparing version 10.2.2-alpha-9a7e474e0889bfa3b027934ebd5fb1c2454da1ff to 10.2.2-alpha-b1393431e481daeab1f95152e31b2965da934825
@@ -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-9a7e474e0889bfa3b027934ebd5fb1c2454da1ff", | ||
"version": "10.2.2-alpha-b1393431e481daeab1f95152e31b2965da934825", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "description": "A set of utils for faster development of GraphQL tools", |
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