feat: expose version with healthcheck query

This commit is contained in:
Ali BARIN
2022-07-27 15:15:39 +02:00
parent 5271af8b94
commit e7c734c55e
4 changed files with 15 additions and 0 deletions

View File

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