Files
AFFiNE-Mirror/packages/frontend/apps/ios/apollo-codegen-config.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": {}
}
}
}