We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50dc16d + 701d83a commit c415393Copy full SHA for c415393
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