Anyone know how to regenerate the entire prisma ge...
# orm-help
n
Anyone know how to regenerate the entire prisma generated schema?
n
graphql get-schema --project db
if your project in
.graphqlconfig
is called
db
. also make sure to install the latest version of
graphql-cli
before
n
Thanks Nilan!
worked like a charm
👌 1
n
If you're on 1.7, you can set up a post deployment hook with this command. Read more here: https://www.prisma.io/docs/1.7/reference/upgrade-guides/upgrading-prisma/upgrade-to-1.7-iquaecuj6b
n
We have them set up, just someone merged 1000s of merge conflicts into the generated schema this AM
😮 1