Skip to content

Commit 3b46751

Browse files
committed
import type for this flow type
1 parent c151315 commit 3b46751

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/type/schema.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,14 @@
99
*/
1010

1111
import {
12-
GraphQLAbstractType,
1312
GraphQLObjectType,
1413
GraphQLInputObjectType,
1514
GraphQLInterfaceType,
1615
GraphQLUnionType,
1716
GraphQLList,
1817
GraphQLNonNull
1918
} from './definition';
20-
import type { GraphQLType } from './definition';
19+
import type { GraphQLType, GraphQLAbstractType } from './definition';
2120
import {
2221
GraphQLDirective,
2322
GraphQLIncludeDirective,

0 commit comments

Comments
 (0)