railbird-gql/src/operations/config.gql
Loewy dd5ce77102
All checks were successful
Tests / Tests (pull_request) Successful in 15s
add minimum app version to get config call
2024-08-16 14:26:24 -07:00

10 lines
142 B
GraphQL

query getDeployedConfig {
getDeployedConfig {
allowNewUsers
devMode
environment
firebase
minimumAllowedAppVersion
}
}