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