We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48067bb commit f4502d5Copy full SHA for f4502d5
1 file changed
src/project-config.ts
@@ -1,11 +1,11 @@
1
import {GraphQLSchema, DocumentNode} from 'graphql';
2
import {dirname, isAbsolute, relative, normalize} from 'path';
3
import {Source} from '@graphql-tools/utils';
4
-import {UnnormalizedTypeDefPointer} from '@graphql-tools/load';
5
import minimatch from 'minimatch';
6
import {ExtensionMissingError} from './errors';
7
import {GraphQLExtensionsRegistry} from './extension';
8
import {IExtensions, IGraphQLProject, IGraphQLProjectLegacy} from './types';
+import {UnnormalizedTypeDefPointer} from '@graphql-tools/load';
9
import {isLegacyProjectConfig} from './helpers';
10
import {SchemaOutput} from './loaders';
11
0 commit comments