diff options
| author | Fuwn <[email protected]> | 2025-02-13 02:44:02 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-02-13 02:44:02 -0800 |
| commit | 2e22626a5b994182a5c4990d042de1c3f73e47b3 (patch) | |
| tree | c7bc556b04d9092197ff366c3d1b9624dbccf62f /apollo-codegen-config.json | |
| download | tonbo-main.tar.xz tonbo-main.zip | |
Diffstat (limited to 'apollo-codegen-config.json')
| -rw-r--r-- | apollo-codegen-config.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/apollo-codegen-config.json b/apollo-codegen-config.json new file mode 100644 index 0000000..7698749 --- /dev/null +++ b/apollo-codegen-config.json @@ -0,0 +1,43 @@ +{ + "schemaNamespace" : "Tonbo", + "schemaDownload": { + "downloadMethod": { + "introspection": { + "endpointURL": "https://graphql.anilist.co", + "httpMethod": { + "POST": {} + }, + "includeDeprecatedInputValues": false, + "outputFormat": "SDL" + } + }, + "downloadTimeout": 60, + "headers": [], + "outputPath": "./graphql/schema.graphqls" + }, + "input" : { + "operationSearchPaths" : [ + "**/*.graphql" + ], + "schemaSearchPaths" : [ + "**/*.graphqls" + ] + }, + "output" : { + "testMocks" : { + "none" : { + } + }, + "schemaTypes" : { + "path" : "./Tonbo", + "moduleType" : { + "other" : { + } + } + }, + "operations" : { + "inSchemaModule" : { + } + } + } +} |