feat: Add bucketUrl to DeployedConfig
All checks were successful
Tests / Tests (pull_request) Successful in 9s

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>
This commit is contained in:
dean
2026-01-19 13:06:04 -08:00
parent 88de1ef807
commit 82cec7d7cb
3 changed files with 5 additions and 0 deletions

View File

@@ -15,5 +15,6 @@ query getDeployedConfig {
priority
}
defaultAndroidRecordingFormat
bucketUrl
}
}