mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Notification Digesting
This commit is contained in:
@@ -12,6 +12,9 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
},
|
||||
NotificationSettings: {
|
||||
digestFrequency: settings => get(settings, 'digestFrequency', 'NONE'),
|
||||
},
|
||||
RootMutation: {
|
||||
async updateNotificationSettings(obj, { input }, { mutators: { User } }) {
|
||||
await User.updateNotificationSettings(input);
|
||||
|
||||
Reference in New Issue
Block a user