Loewy b956cfe0f9
All checks were successful
Tests / Tests (pull_request) Successful in 11s
add sub gating to config operations
2025-08-27 19:27:17 -07:00

19 lines
278 B
GraphQL

query getDeployedConfig {
getDeployedConfig {
allowNewUsers
devMode
environment
firebase
minimumAllowedAppVersion
subscriptionGatingEnabled
bannerMessages {
color
dismissible
id
kind
message
priority
}
}
}