Lotafak
02/27/2019, 1:47 PMHarshit
02/27/2019, 1:58 PMHarshit
02/27/2019, 1:58 PMLotafak
02/27/2019, 2:04 PMprisma seed
never exitsHarshit
02/27/2019, 2:05 PMLotafak
02/27/2019, 6:38 PMHarshit
02/28/2019, 5:12 AMHarshit
02/28/2019, 5:13 AMLotafak
02/28/2019, 9:05 AMprisma.yml
and I don’t want to use Prisma-client
since it has negative impact on my current codebase - I tried it already (to much things to implement in addition).Lotafak
02/28/2019, 9:33 AM# prisma.yml
datamodel:
- datamodel.graphql
- enums.graphql
secret: ${env:PRISMA_SECRET}
endpoint: ${env:PRISMA_ENDPOINT}
hooks:
post-deploy:
- echo "Deployment finished"
- graphql get-schema
seed:
run: node ./database/seed.js