File tree 3 files changed +3
-14
lines changed 3 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -20,11 +20,7 @@ import identityFunc from '../jsutils/identityFunc';
20
20
import defineToJSON from '../jsutils/defineToJSON' ;
21
21
import suggestionList from '../jsutils/suggestionList' ;
22
22
import { type PromiseOrValue } from '../jsutils/PromiseOrValue' ;
23
- import {
24
- type ObjMap ,
25
- type ReadOnlyObjMap ,
26
- type ReadOnlyObjMapLike ,
27
- } from '../jsutils/ObjMap' ;
23
+ import { type ObjMap , type ReadOnlyObjMap } from '../jsutils/ObjMap' ;
28
24
29
25
import { Kind } from '../language/kinds' ;
30
26
import { print } from '../language/printer' ;
Original file line number Diff line number Diff line change @@ -9,10 +9,7 @@ import devAssert from '../jsutils/devAssert';
9
9
import instanceOf from '../jsutils/instanceOf' ;
10
10
import defineToJSON from '../jsutils/defineToJSON' ;
11
11
import isObjectLike from '../jsutils/isObjectLike' ;
12
- import {
13
- type ReadOnlyObjMap ,
14
- type ReadOnlyObjMapLike ,
15
- } from '../jsutils/ObjMap' ;
12
+ import { type ReadOnlyObjMap } from '../jsutils/ObjMap' ;
16
13
17
14
import { type DirectiveDefinitionNode } from '../language/ast' ;
18
15
import {
Original file line number Diff line number Diff line change @@ -10,11 +10,7 @@ import toObjMap from '../jsutils/toObjMap';
10
10
import devAssert from '../jsutils/devAssert' ;
11
11
import instanceOf from '../jsutils/instanceOf' ;
12
12
import isObjectLike from '../jsutils/isObjectLike' ;
13
- import {
14
- type ObjMap ,
15
- type ReadOnlyObjMap ,
16
- type ReadOnlyObjMapLike ,
17
- } from '../jsutils/ObjMap' ;
13
+ import { type ObjMap , type ReadOnlyObjMap } from '../jsutils/ObjMap' ;
18
14
19
15
import { type GraphQLError } from '../error/GraphQLError' ;
20
16
import {
You can’t perform that action at this time.
0 commit comments