Skip to content

Commit 894f9fc

Browse files
committed
More
1 parent e2d41b2 commit 894f9fc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

packages/delegate/src/resolveExternalValue.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,13 @@ import {
1313
locatedError,
1414
} from 'graphql';
1515

16-
import { AggregateError } from '@graphql-tools/utils';
16+
import { AggregateError, Maybe } from '@graphql-tools/utils';
1717

1818
import { StitchingInfo, SubschemaConfig } from './types';
1919
import { annotateExternalObject, isExternalObject } from './externalObjects';
2020
import { getFieldsNotInSubschema } from './getFieldsNotInSubschema';
2121
import { mergeFields } from './mergeFields';
2222
import { Subschema } from './Subschema';
23-
import { Maybe } from '@graphql-tools/utils';
2423

2524
export function resolveExternalValue(
2625
result: any,

packages/merge/tests/extract-extensions-from-schema.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { buildSchema, GraphQLSchema, printSchema, buildASTSchema, parse } from 'graphql';
22
import { assertGraphQLEnumType, assertGraphQLInputObjectType, assertGraphQLObjectType, assertGraphQLInterfaceType, assertGraphQLUnionType, assertGraphQLScalerType } from '../../testing/assertion';
3-
import { assertSome } from 'packages/utils/src/helpers';
3+
import { assertSome } from '@graphql-tools/utils';
44
import { extractExtensionsFromSchema, mergeExtensions, applyExtensions } from '../src/extensions'
55

66
describe('extensions', () => {

0 commit comments

Comments
 (0)