We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54b51b commit 822fb17Copy full SHA for 822fb17
1 file changed
src/resolvers/projectNotifications.ts
@@ -243,6 +243,12 @@ export default {
243
return project.toggleNotificationsRuleEnabledState(input.ruleId);
244
},
245
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
+ */
252
async unsubscribeFromNotifications(
253
_obj: undefined,
254
{ input }: { input: ProjectNotificationsRulePointer },
0 commit comments