tuist/apollo-codegen-config.json

22 lines
414 B
JSON

{
"schemaName": "TuistCloudSchema",
"input": {
"operationSearchPaths": ["Sources/TuistCloud/graphql/*.graphql"],
"schemaSearchPaths": ["projects/cloud/schema.json"]
},
"output": {
"testMocks": {
"none": {}
},
"schemaTypes": {
"path": "./Sources/TuistCloudSchema",
"moduleType": {
"other": {}
}
},
"operations": {
"relative": {}
}
}
}