Pluginize stop ignoring user feature in profile

This commit is contained in:
Chi Vinh Le
2017-09-05 01:09:43 +07:00
parent 44e3d0b811
commit e1a5a64b39
14 changed files with 126 additions and 112 deletions
+4 -1
View File
@@ -5,4 +5,7 @@ export {default as withFragments} from 'coral-framework/hocs/withFragments';
export {default as excludeIf} from 'coral-framework/hocs/excludeIf';
export {default as connect} from 'coral-framework/hocs/connect';
export {default as withEmit} from 'coral-framework/hocs/withEmit';
export {withIgnoreUser} from 'coral-framework/graphql/mutations';
export {
withIgnoreUser,
withStopIgnoringUser,
} from 'coral-framework/graphql/mutations';