We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 822fb17 commit 701d83aCopy full SHA for 701d83a
1 file changed
src/typeDefs/projectNotificationsMutations.ts
@@ -150,6 +150,6 @@ export default gql`
150
unsubscribeFromNotifications(
151
"Data for unsubscribing"
152
input: ProjectNotificationRulePointer!
153
- ): ProjectNotificationsRule @requireAdmin
+ ): ProjectNotificationsRule
154
}
155
`;
0 commit comments