Files
AFFiNE-Mirror/packages/frontend/apps/ios/apollo-codegen-config.json
2025-01-02 17:35:07 +08:00

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": {}
}
}
}