Skip to content

Commit 086236b

Browse files
committed
fix type location
1 parent 20e4f39 commit 086236b

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
@@ -16,10 +16,10 @@ import {
1616

1717
import DataLoader from 'dataloader';
1818

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

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

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

0 commit comments

Comments
 (0)