add bannerMessages to getDeployedConfig operation
All checks were successful
Tests / Tests (pull_request) Successful in 7s

This commit is contained in:
2025-06-13 10:12:39 -07:00
parent de7dc675a1
commit 31cf492889
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
}
}
}