mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(ios): implement chat function (#9482)
Co-authored-by: DarkSky <darksky2048@gmail.com>
This commit is contained in:
21
packages/frontend/apps/ios/apollo-codegen-config.json
Normal file
21
packages/frontend/apps/ios/apollo-codegen-config.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user