Skip to content

Commit f3acfd0

Browse files
committed
fix type location
1 parent 05028a7 commit f3acfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/delegate/src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import {
1414
GraphQLError,
1515
} from 'graphql';
1616

17-
import { Operation, Request, TypeMap, ExecutionResult, UNPATHED_ERRORS_SYMBOL } from '@graphql-tools/utils';
17+
import { Operation, Request, TypeMap, ExecutionResult } from '@graphql-tools/utils';
1818

1919
import { Subschema } from './Subschema';
20-
import { OBJECT_SUBSCHEMA_SYMBOL, FIELD_SUBSCHEMA_MAP_SYMBOL } from './symbols';
20+
import { OBJECT_SUBSCHEMA_SYMBOL, FIELD_SUBSCHEMA_MAP_SYMBOL, UNPATHED_ERRORS_SYMBOL } from './symbols';
2121

2222
export type SchemaTransform = (originalSchema: GraphQLSchema) => GraphQLSchema;
2323
export type RequestTransform<T = Record<string, any>> = (

0 commit comments

Comments
 (0)