Skip to content

Commit 177489c

Browse files
committed
fix typing
1 parent 89d283c commit 177489c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/TypeScriptGenerator.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
TypeGenerator,
44
TypeGeneratorOptions
55
} from "relay-compiler";
6-
import RelayCompilerPublic from "relay-compiler/lib/RelayCompilerPublic";
6+
import * as RelayCompilerPublic from "relay-compiler/lib/RelayCompilerPublic";
77

88
import { GraphQLNonNull } from "graphql";
99
import * as ts from "typescript";
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
import * as GraphQLCompilerTypes from "graphql-compiler";
2-
3-
export default GraphQLCompilerTypes;
1+
export * from "graphql-compiler";

0 commit comments

Comments
 (0)