File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// @flow strict
2
2
3
- import { GraphQLError } from '../error/GraphQLError' ;
3
+ import type { GraphQLError } from '../error/GraphQLError' ;
4
4
5
5
import type { DocumentNode } from '../language/ast' ;
6
6
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { print } from '../language/printer';
9
9
import { printBlockString } from '../language/blockString' ;
10
10
11
11
import type { GraphQLSchema } from '../type/schema' ;
12
+ import type { GraphQLDirective } from '../type/directives' ;
12
13
import type {
13
14
GraphQLNamedType ,
14
15
GraphQLScalarType ,
@@ -21,7 +22,6 @@ import type {
21
22
import { isIntrospectionType } from '../type/introspection' ;
22
23
import { GraphQLString , isSpecifiedScalarType } from '../type/scalars' ;
23
24
import {
24
- GraphQLDirective ,
25
25
DEFAULT_DEPRECATION_REASON ,
26
26
isSpecifiedDirective ,
27
27
} from '../type/directives' ;
You can’t perform that action at this time.
0 commit comments