add banners to config operations
All checks were successful
Tests / Tests (pull_request) Successful in 6s

This commit is contained in:
2025-06-12 13:29:24 -07:00
parent 46bcd08ae1
commit 2e5b8d2563
2 changed files with 25 additions and 0 deletions

View File

@@ -5,5 +5,13 @@ query getDeployedConfig {
environment
firebase
minimumAllowedAppVersion
bannerMessages {
color
dismissible
id
kind
message
priority
}
}
}