summaryrefslogtreecommitdiff
path: root/apollo-codegen-config.json
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-02-13 02:44:02 -0800
committerFuwn <[email protected]>2025-02-13 02:44:02 -0800
commit2e22626a5b994182a5c4990d042de1c3f73e47b3 (patch)
treec7bc556b04d9092197ff366c3d1b9624dbccf62f /apollo-codegen-config.json
downloadtonbo-main.tar.xz
tonbo-main.zip
feat: Initial commitHEADmain
Diffstat (limited to 'apollo-codegen-config.json')
-rw-r--r--apollo-codegen-config.json43
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" : {
+ }
+ }
+ }
+}