Hey, if the generated prisma file does not update ...
# orm-help
d
Hey, if the generated prisma file does not update input on types when you update a mutation and model what can be done to force it to regenerate? I tried to delete the generated
prisma.graphql
file but it won't regenerate when I use
prisma deploy
n
what's your
prisma
version and how does your
prisma.yml
and
.graphqlconfig.yml
file look like?