Skip to content

Commit

Permalink
fix: add imports
Browse files Browse the repository at this point in the history
  • Loading branch information
saihaj committed Mar 30, 2021
1 parent b8cb6d5 commit a41af1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/type/schema.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* eslint-disable import/no-cycle */

import { Maybe } from '../jsutils/Maybe';
import { ObjMap } from '../jsutils/ObjMap';
import { ObjMap, ReadOnlyObjMap, ReadOnlyObjMapLike } from '../jsutils/ObjMap';

import { SchemaDefinitionNode, SchemaExtensionNode } from '../language/ast';

Expand Down

0 comments on commit a41af1c

Please sign in to comment.