Fix types

This commit is contained in:
Chi Vinh Le
2018-08-06 22:35:14 +02:00
parent 3166478ec3
commit 8a97ed162c
+15 -3
View File
@@ -1,3 +1,15 @@
export * from "./CreateCommentMutation";
export * from "./SetNetworkStatusMutation";
export * from "./SetCommentIDMutation";
export {
withCreateCommentMutation,
CreateCommentMutation,
CreateCommentInput,
} from "./CreateCommentMutation";
export {
withSetNetworkStatusMutation,
SetNetworkStatusMutation,
SetNetworkStatusInput,
} from "./SetNetworkStatusMutation";
export {
withSetCommentIDMutation,
SetCommentIDMutation,
SetCommentIDInput,
} from "./SetCommentIDMutation";