mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 00:06:09 +08:00
feat(ios): translate & continue to chat & clear history (#11347)
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user