fix: make getAutomatischInfo public

This commit is contained in:
Ali BARIN
2023-03-06 21:41:53 +00:00
parent 8f074c2131
commit 9aaeac6a08

View File

@@ -24,6 +24,7 @@ const authentication = shield(
{ {
Query: { Query: {
'*': isAuthenticated, '*': isAuthenticated,
getAutomatischInfo: allow,
healthcheck: allow, healthcheck: allow,
}, },
Mutation: { Mutation: {