feat: add api for getting configurations

This commit is contained in:
Lakhan Samani
2021-12-31 17:24:22 +05:30
parent 9c8e9baa39
commit f7f1a3e4b3
8 changed files with 95 additions and 61 deletions

View File

@@ -69,7 +69,6 @@ type AdminLoginResponse {
type Config {
ADMIN_SECRET: String
VERSION: String
DATABASE_TYPE: String
DATABASE_URL: String
DATABASE_NAME: String
@@ -105,7 +104,6 @@ type Config {
input UpdateConfigInput {
ADMIN_SECRET: String
VERSION: String
DATABASE_TYPE: String
DATABASE_URL: String
DATABASE_NAME: String