Anyone here knows the command to re-generate the p...
# prisma-whats-new
p
Anyone here knows the command to re-generate the prisma.ts and prisma.graphql (in the generated folder)?
m
Use
graphql-cli
and
graphql prepare
to regenerate your files.
p
hi! it's working, thnx 🙂 would be good to combine this in
prisma deploy
some day
you also adviced me on using prisma
so far so good 👍
m
no problem, thanks 🙂