In prisma 1.7.x, are the post-deployment hooks sup...
# orm-help
s
In prisma 1.7.x, are the post-deployment hooks supposed to be at the top-level of the
.graphqlconfig.yml
file or do they go under one of the other props (projects, app, database, etc)?
d
My guess is it goes in prisma.yml in your database folder.
👍 1
s
so it goes in
prisma.yml
? in the upgrade guide it says
.graphqlconfig.yml
n
just read the respective section, the wording is a bit off
Invoke code generation as specified in .graphqlconfig.yml
you enter the hooks in
prisma.yml
. In this specific example, steps 2 and 3 use
graphql-cli
which does things according to
.graphqlconfig.yml
do you have a suggestion how we could phrase that more accurately? 🙂
s
hmm, ok, i see where I was reading it wrong
it's actually worded ok
i just read it wrong
😄 1
n
yea, I think it's too easy to misread... I'll give it a spin later today!
s
maybe just prepend:
database/prisma.yml
before the hooks example
so we know what file that's for
n
just did that! Simple and effective 💯
🦜 1