feat(ios): implement chat function (#9482)

Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
Lakr
2025-01-02 17:35:07 +08:00
committed by GitHub
parent 72e343c379
commit 094cb1d71c
220 changed files with 7695 additions and 164 deletions

View File

@@ -0,0 +1,21 @@
{
"schemaNamespace": "AffineGraphQL",
"input": {
"operationSearchPaths": ["../../../frontend/graphql/src/graphql/**/*.gql"],
"schemaSearchPaths": ["../../../backend/server/src/*.gql"]
},
"output": {
"testMocks": {
"none": {}
},
"schemaTypes": {
"path": "./App/Packages/AffineGraphQL/",
"moduleType": {
"swiftPackageManager": {}
}
},
"operations": {
"inSchemaModule": {}
}
}
}