Files
talk/src/core/client/stream/mutations/index.ts
T
2018-08-06 22:35:14 +02:00

16 lines
365 B
TypeScript

export {
withCreateCommentMutation,
CreateCommentMutation,
CreateCommentInput,
} from "./CreateCommentMutation";
export {
withSetNetworkStatusMutation,
SetNetworkStatusMutation,
SetNetworkStatusInput,
} from "./SetNetworkStatusMutation";
export {
withSetCommentIDMutation,
SetCommentIDMutation,
SetCommentIDInput,
} from "./SetCommentIDMutation";