feat: create getConfig GQL query

This commit is contained in:
Ali BARIN
2023-08-10 14:32:11 +00:00
parent bafb8b86db
commit efd243a340
4 changed files with 52 additions and 17 deletions

View File

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