halborg
08/10/2018, 10:48 AMprisma.yml
datamodel
key? At the moment, I have about 40 lines under this key, one for each model file, and have to maintain it for each model added/removed. I.e.
endpoint: [myendpoint]
datamodel:
- model/address.graphql
- model/campaign.graphql
- model/user.graphql
...
It would be awesome if it could be written as
endpoint: [myendpoint]
datamodel:
- model/**/*.graphql
...
or something