File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ import type {
42
42
import type { DirectiveLocationEnum } from '../language/directiveLocation' ;
43
43
44
44
import type {
45
+ GraphQLType ,
46
+ GraphQLNamedType ,
47
+ GraphQLFieldConfig ,
45
48
GraphQLEnumValueConfig ,
46
49
GraphQLInputField ,
47
50
} from '../type/definition' ;
@@ -72,12 +75,6 @@ import { specifiedScalarTypes } from '../type/scalars';
72
75
import { GraphQLSchema } from '../type/schema' ;
73
76
import type { GraphQLSchemaValidationOptions } from '../type/schema' ;
74
77
75
- import type {
76
- GraphQLType ,
77
- GraphQLNamedType ,
78
- GraphQLFieldConfig ,
79
- } from '../type/definition' ;
80
-
81
78
export type BuildSchemaOptions = {
82
79
...GraphQLSchemaValidationOptions ,
83
80
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ import { isSpecifiedScalarType } from '../type/scalars';
20
20
import type { GraphQLSchemaValidationOptions } from '../type/schema' ;
21
21
22
22
import type {
23
+ GraphQLType ,
24
+ GraphQLNamedType ,
23
25
GraphQLArgument ,
24
26
GraphQLFieldConfigArgumentMap ,
25
27
} from '../type/definition' ;
@@ -47,7 +49,6 @@ import { GraphQLDirective } from '../type/directives';
47
49
48
50
import { Kind } from '../language/kinds' ;
49
51
50
- import type { GraphQLType , GraphQLNamedType } from '../type/definition' ;
51
52
import type {
52
53
DocumentNode ,
53
54
DirectiveDefinitionNode ,
You can’t perform that action at this time.
0 commit comments