Update CodeGen Apollo

This commit is contained in:
Lakr
2025-06-13 13:39:48 +08:00
parent e98f035f97
commit 7d90fdd47b
79 changed files with 2323 additions and 93 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ console.log('[*] PackageRoot', PackageRoot);
console.log('[*] graphql...');
execSync(
`${PackageRoot}/App/Packages/AffineGraphQL/apollo-ios-cli generate --path ${PackageRoot}/apollo-codegen-config.json`,
`${PackageRoot}/App/Packages/AffineGraphQL/apollo-ios-cli generate --path ${PackageRoot}/apollo-codegen-config.json --ignore-version-mismatch`,
{ stdio: 'inherit' }
);