feat(ios): translate & continue to chat & clear history (#11347)

This commit is contained in:
Lakr
2025-04-01 18:03:48 +08:00
committed by GitHub
parent b74d40d45f
commit 032244ae61
43 changed files with 785 additions and 426 deletions
@@ -2,7 +2,12 @@
"schemaNamespace": "AffineGraphQL",
"input": {
"operationSearchPaths": ["../../../common/graphql/src/graphql/**/*.gql"],
"schemaSearchPaths": ["../../../backend/server/src/schema.gql"]
"schemaSearchPaths": ["../../../backend/server/src/schema.gql"],
"schemaCustomization": {
"customTypeNames": {
"JSON": "[String: Any]"
}
}
},
"output": {
"testMocks": {