Adding withChangeUsername to plugin hocs, wip and more

This commit is contained in:
okbel
2018-04-24 14:13:24 -03:00
parent 01ad397561
commit 89114ecd13
5 changed files with 86 additions and 0 deletions
+1
View File
@@ -26,5 +26,6 @@ export {
withStopIgnoringUser,
withSetCommentStatus,
withChangePassword,
withChangeUsername,
} from 'coral-framework/graphql/mutations';
export { compose } from 'recompose';