mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"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": {}
|
|
}
|
|
}
|
|
}
|