Files
railbird-gql/src/operations/config.gql
dean 82cec7d7cb
All checks were successful
Tests / Tests (pull_request) Successful in 9s
feat: Add bucketUrl to DeployedConfig
Add bucketUrl field to schema and query so mobile can get
the bucket URL dynamically from the backend instead of
hardcoding it.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-19 13:06:04 -08:00

21 lines
326 B
GraphQL

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