mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
27 lines
562 B
JSON
27 lines
562 B
JSON
{
|
|
"schemaNamespace": "AffineGraphQL",
|
|
"input": {
|
|
"operationSearchPaths": ["../../../common/graphql/src/graphql/**/*.gql"],
|
|
"schemaSearchPaths": ["../../../backend/server/src/schema.gql"],
|
|
"schemaCustomization": {
|
|
"customTypeNames": {
|
|
"JSON": "[String: Any]"
|
|
}
|
|
}
|
|
},
|
|
"output": {
|
|
"testMocks": {
|
|
"none": {}
|
|
},
|
|
"schemaTypes": {
|
|
"path": "./App/Packages/AffineGraphQL/",
|
|
"moduleType": {
|
|
"swiftPackageManager": {}
|
|
}
|
|
},
|
|
"operations": {
|
|
"inSchemaModule": {}
|
|
}
|
|
}
|
|
}
|