refactor: rewrite useNotifications with RQ

This commit is contained in:
kasia.oczkowska
2024-03-21 09:59:51 +00:00
committed by kattoczko
parent b68aff76a1
commit d808afd21b
9 changed files with 22 additions and 52 deletions

View File

@@ -43,7 +43,6 @@ export const authenticationRules = {
Query: {
'*': isAuthenticatedRule,
getConfig: allow,
getNotifications: allow,
},
Mutation: {
'*': isAuthenticatedRule,