Quick question: is there anyway to specify multipl...
# prisma-whats-new
a
Quick question: is there anyway to specify multiple
types
files in
graphcool.yml
? Right now I know you can do something like this:
Copy code
yaml
...
types: types.graphql
...
But can you do something like this:
Copy code
yaml
...
types: 
    - types.graphql
    - types2.graphql
...
and it will simply append them?
a
Not yet. There's an open issue for that on GH
👍 1