Files
railbird-gql/src/operations/config.gql
Loewy 2e5b8d2563
All checks were successful
Tests / Tests (pull_request) Successful in 6s
add banners to config operations
2025-06-12 13:29:24 -07:00

18 lines
248 B
GraphQL

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