Files
talk/src/core/client/stream/mutations/index.ts
T

33 lines
776 B
TypeScript

export {
withCreateCommentMutation,
CreateCommentMutation,
CreateCommentInput,
} from "./CreateCommentMutation";
export {
withEditCommentMutation,
EditCommentMutation,
EditCommentInput,
} from "./EditCommentMutation";
export {
withSetNetworkStatusMutation,
SetNetworkStatusMutation,
SetNetworkStatusInput,
} from "./SetNetworkStatusMutation";
export {
withSetCommentIDMutation,
SetCommentIDMutation,
SetCommentIDInput,
} from "./SetCommentIDMutation";
export {
withShowAuthPopupMutation,
ShowAuthPopupMutation,
} from "./ShowAuthPopupMutation";
export {
withSetAuthPopupStateMutation,
SetAuthPopupStateMutation,
} from "./SetAuthPopupStateMutation";
export {
withSetActiveTabMutation,
SetActiveTabMutation,
} from "./SetActiveTabMutation";