aloof_ruf
11/27/2017, 4:25 PMtypes
files in graphcool.yml
? Right now I know you can do something like this:
yaml
...
types: types.graphql
...
But can you do something like this:
yaml
...
types:
- types.graphql
- types2.graphql
...
and it will simply append them?agartha
11/27/2017, 4:39 PM