refactor: remove GetAutomatischInfo GQL query

This commit is contained in:
Ali BARIN
2024-02-29 18:03:27 +00:00
parent 70af7d05e3
commit 1f8b81ee78
6 changed files with 0 additions and 230 deletions

View File

@@ -42,7 +42,6 @@ const isAuthenticatedRule = rule()(isAuthenticated);
export const authenticationRules = {
Query: {
'*': isAuthenticatedRule,
getAutomatischInfo: allow,
getConfig: allow,
getNotifications: allow,
healthcheck: allow,