Should the generated/prisma.graphql be generated a...
# orm-help
j
Should the generated/prisma.graphql be generated after you run
prisma deploy
?
j
Only if you determine that on the postdeploy hook
j
Ah OK, how do I run it manually?
Ignore me. I was running
prisma deploy
from the wrong folder
j
You can do it manually using GraphQL CLI: https://oss.prisma.io/content/graphql-cli/01-overview, you need to set your
.graphqlconfig.yml
This tutorial go over that on step 8: https://www.prisma.io/docs/tutorials/build-graphql-servers/development/build-a-graphql-server-with-prisma-ohdaiyoo6c
👍 1