File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,9 @@ import type {
23
23
GraphQLObjectType ,
24
24
GraphQLInterfaceType ,
25
25
} from './definition' ;
26
+ import type { GraphQLDirective } from './directives' ;
26
27
import { __Schema } from './introspection' ;
27
- import {
28
- GraphQLDirective ,
29
- isDirective ,
30
- specifiedDirectives ,
31
- } from './directives' ;
28
+ import { isDirective , specifiedDirectives } from './directives' ;
32
29
import {
33
30
isObjectType ,
34
31
isInterfaceType ,
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { expect } from 'chai';
2
2
3
3
import { parse } from '../../language/parser' ;
4
4
5
- import { GraphQLSchema } from '../../type/schema' ;
5
+ import type { GraphQLSchema } from '../../type/schema' ;
6
6
7
7
import { buildSchema } from '../../utilities/buildASTSchema' ;
8
8
You can’t perform that action at this time.
0 commit comments