19 lines
278 B
GraphQL
19 lines
278 B
GraphQL
query getDeployedConfig {
|
|
getDeployedConfig {
|
|
allowNewUsers
|
|
devMode
|
|
environment
|
|
firebase
|
|
minimumAllowedAppVersion
|
|
subscriptionGatingEnabled
|
|
bannerMessages {
|
|
color
|
|
dismissible
|
|
id
|
|
kind
|
|
message
|
|
priority
|
|
}
|
|
}
|
|
}
|