forked from jhnnsrs/turms
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgraphql.config.yaml
More file actions
26 lines (26 loc) · 833 Bytes
/
graphql.config.yaml
File metadata and controls
26 lines (26 loc) · 833 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
projects:
default:
schema: https://countries.trevorblades.com/
extensions:
turms:
out_dir: examples/api
parsers:
- type: turms.parsers.polyfill.PolyfillParser
python_version: 3.7
stylers:
- type: turms.stylers.capitalize.CapitalizeStyler
- type: turms.stylers.snake_case.SnakeCaseStyler
plugins:
- type: turms.plugins.enums.EnumsPlugin
- type: turms.plugins.inputs.InputsPlugin
- type: turms.plugins.objects.ObjectsPlugin
processors:
- type: turms.processors.black.BlackProcessor
- type: turms.processors.isort.IsortProcessor
scalar_definitions:
uuid: str
UUID: str
Callback: str
Any: typing.Any
QString: str
ID: str