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 11// @flow strict
22
3- import { GraphQLError } from '../error/GraphQLError' ;
3+ import type { GraphQLError } from '../error/GraphQLError' ;
44
55import type { DocumentNode } from '../language/ast' ;
66
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ import { print } from '../language/printer';
99import { printBlockString } from '../language/blockString' ;
1010
1111import type { GraphQLSchema } from '../type/schema' ;
12+ import type { GraphQLDirective } from '../type/directives' ;
1213import type {
1314 GraphQLNamedType ,
1415 GraphQLScalarType ,
@@ -21,7 +22,6 @@ import type {
2122import { isIntrospectionType } from '../type/introspection' ;
2223import { GraphQLString , isSpecifiedScalarType } from '../type/scalars' ;
2324import {
24- GraphQLDirective ,
2525 DEFAULT_DEPRECATION_REASON ,
2626 isSpecifiedDirective ,
2727} from '../type/directives' ;
You can’t perform that action at this time.
0 commit comments