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';
1818
1919import { GraphQLInt , GraphQLList } from 'graphql' ;
2020
21- import { GraphQLObjectType , GraphQLFieldConfig } from 'graphql' ;
21+ import type { GraphQLObjectType , GraphQLFieldConfig } from 'graphql' ;
2222
2323/**
2424 * Constructs a GraphQL connection field config; it is assumed
Original file line number Diff line number Diff line change 99
1010import { getObjectFromTypeAndId } from './apiHelper' ;
1111
12- import { GraphQLObjectType } from 'graphql' ;
12+ import type { GraphQLObjectType } from 'graphql'
1313
1414import { nodeDefinitions , fromGlobalId } from 'graphql-relay' ;
1515
Original file line number Diff line number Diff line change 1111 "sourceMap" : true ,
1212 "strict" : true ,
1313 "noImplicitAny" : true ,
14+ "isolatedModules" : true ,
1415 "strictNullChecks" : true ,
1516 "strictFunctionTypes" : true ,
1617 "strictPropertyInitialization" : true ,
You can’t perform that action at this time.
0 commit comments