Loewy 31cf492889
All checks were successful
Tests / Tests (pull_request) Successful in 7s
add bannerMessages to getDeployedConfig operation
2025-06-13 10:12:39 -07:00

18 lines
248 B
GraphQL

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