Skip to content

Commit f4502d5

Browse files
authored
Use GraphQL Tools v6 (#547)
1 parent 48067bb commit f4502d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/project-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import {GraphQLSchema, DocumentNode} from 'graphql';
22
import {dirname, isAbsolute, relative, normalize} from 'path';
33
import {Source} from '@graphql-tools/utils';
4-
import {UnnormalizedTypeDefPointer} from '@graphql-tools/load';
54
import minimatch from 'minimatch';
65
import {ExtensionMissingError} from './errors';
76
import {GraphQLExtensionsRegistry} from './extension';
87
import {IExtensions, IGraphQLProject, IGraphQLProjectLegacy} from './types';
8+
import {UnnormalizedTypeDefPointer} from '@graphql-tools/load';
99
import {isLegacyProjectConfig} from './helpers';
1010
import {SchemaOutput} from './loaders';
1111

0 commit comments

Comments
 (0)