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 {
4242import type { DirectiveLocationEnum } from '../language/directiveLocation' ;
4343
4444import type {
45+ GraphQLType ,
46+ GraphQLNamedType ,
47+ GraphQLFieldConfig ,
4548 GraphQLEnumValueConfig ,
4649 GraphQLInputField ,
4750} from '../type/definition' ;
@@ -72,12 +75,6 @@ import { specifiedScalarTypes } from '../type/scalars';
7275import { GraphQLSchema } from '../type/schema' ;
7376import type { GraphQLSchemaValidationOptions } from '../type/schema' ;
7477
75- import type {
76- GraphQLType ,
77- GraphQLNamedType ,
78- GraphQLFieldConfig ,
79- } from '../type/definition' ;
80-
8178export type BuildSchemaOptions = {
8279 ...GraphQLSchemaValidationOptions ,
8380
Original file line number Diff line number Diff line change @@ -20,6 +20,8 @@ import { isSpecifiedScalarType } from '../type/scalars';
2020import type { GraphQLSchemaValidationOptions } from '../type/schema' ;
2121
2222import type {
23+ GraphQLType ,
24+ GraphQLNamedType ,
2325 GraphQLArgument ,
2426 GraphQLFieldConfigArgumentMap ,
2527} from '../type/definition' ;
@@ -47,7 +49,6 @@ import { GraphQLDirective } from '../type/directives';
4749
4850import { Kind } from '../language/kinds' ;
4951
50- import type { GraphQLType , GraphQLNamedType } from '../type/definition' ;
5152import type {
5253 DocumentNode ,
5354 DirectiveDefinitionNode ,
You can’t perform that action at this time.
0 commit comments