Ecker
01/21/2019, 7:35 AMimport
with the datamodel.prisma
when doing prisma deploy
? Like: https://oss.prisma.io/content/graphql-import/overview
Or are there other methods to define the datamodel
across multiple files, making it modular?Vittorio Adamo
01/21/2019, 7:52 AM# prisma.yml
datamodel:
- database/types.prisma
- database/enums.prisma
- database/foo.prisma
- database/bar.prisma
Ecker
01/21/2019, 7:56 AMVittorio Adamo
01/21/2019, 8:00 AMVittorio Adamo
01/21/2019, 8:00 AMEcker
01/21/2019, 8:03 AMmodular
and import
going through all the documentation. Thank you for linking it. 👍