File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import { getObjectsFromUrls } from './apiHelper';
18
18
19
19
import { GraphQLInt , GraphQLList } from 'graphql' ;
20
20
21
- import { GraphQLObjectType , GraphQLFieldConfig } from 'graphql' ;
21
+ import type { GraphQLObjectType , GraphQLFieldConfig } from 'graphql' ;
22
22
23
23
/**
24
24
* Constructs a GraphQL connection field config; it is assumed
Original file line number Diff line number Diff line change 9
9
10
10
import { getObjectFromTypeAndId } from './apiHelper' ;
11
11
12
- import { GraphQLObjectType } from 'graphql' ;
12
+ import type { GraphQLObjectType } from 'graphql'
13
13
14
14
import { nodeDefinitions , fromGlobalId } from 'graphql-relay' ;
15
15
Original file line number Diff line number Diff line change 11
11
"sourceMap" : true ,
12
12
"strict" : true ,
13
13
"noImplicitAny" : true ,
14
+ "isolatedModules" : true ,
14
15
"strictNullChecks" : true ,
15
16
"strictFunctionTypes" : true ,
16
17
"strictPropertyInitialization" : true ,
You can’t perform that action at this time.
0 commit comments