banUser and unBanUser - removing setUserStatus

This commit is contained in:
Belen Curcio
2017-11-23 08:07:13 -03:00
parent b69195253b
commit fd0b475b84
6 changed files with 82 additions and 89 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ export {default as connect} from 'coral-framework/hocs/connect';
export {default as withEmit} from 'coral-framework/hocs/withEmit';
export {
withIgnoreUser,
withSetUserBanStatus,
withBanUser,
withUnBanUser,
withStopIgnoringUser,
withSetCommentStatus,
} from 'coral-framework/graphql/mutations';