Skip to content

Commit 822fb17

Browse files
committed
Upd
1 parent b54b51b commit 822fb17

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/resolvers/projectNotifications.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,12 @@ export default {
243243
return project.toggleNotificationsRuleEnabledState(input.ruleId);
244244
},
245245

246+
/**
247+
* Unsubscribes from notifications by disabling the rule
248+
* @param _obj - parent object
249+
* @param factories - factories for working with models
250+
* @param input - input data for unsubscribing
251+
*/
246252
async unsubscribeFromNotifications(
247253
_obj: undefined,
248254
{ input }: { input: ProjectNotificationsRulePointer },

0 commit comments

Comments
 (0)