Moritz
02/02/2018, 12:27 PMsrc/generated/prisma.ts
with the header text: # THIS FILE HAS BEEN AUTO-GENERATED BY "PRISMA DEPLOY"
# DO NOT EDIT THIS FILE DIRECTLY
However, when I delete the file and redeploy, it does not get regenerated and yarn dev
gives an error complaining that it is not there. This is a problem, since any auto generated files should be regenerated and not statically expected. I ran into this issue when migrating an existing node-prisma app to typescript. Any help?Moritz
02/02/2018, 12:34 PMMoritz
02/02/2018, 12:37 PMprepare-binding:
output: src/generated/prisma.ts
generator: prisma-ts
plase excuse my stupid interruption 🤒nilan
02/02/2018, 12:42 PMprisma deploy
has a hook for graphql prepare
, which checks the prepare-binding
information in .graphqlconfig.yml
.Moritz
02/02/2018, 1:03 PMgraphqlconfig.yml