feat(mobile): adapt new endpoint (#14778)

#### PR Dependency Tree


* **PR #14778** 👈

This tree was auto-generated by
[Charcoal](https://github.com/danerwilliams/charcoal)
This commit is contained in:
DarkSky
2026-04-04 20:39:42 +08:00
committed by GitHub
parent 4be0cba9b5
commit 5a6c65085a
247 changed files with 4199 additions and 702 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ const PackageRoot = iosPackage.path;
console.log('[*] PackageRoot', PackageRoot);
const version = process.argv[2] || '1.23.0'; // Default to 1.23.0 if no version provided
const version = process.argv[2] || '1.25.4'; // Default to 1.25.4 if no version provided
console.log('[*] graphql...');
execSync(`${PackageRoot}/apollo-codegen-chore.sh "${version}"`, {