diff --git a/src/core/client/stream/mutations/index.ts b/src/core/client/stream/mutations/index.ts index bbe1b2b00..1b71335e7 100644 --- a/src/core/client/stream/mutations/index.ts +++ b/src/core/client/stream/mutations/index.ts @@ -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";